Recent content by PerennialII
-
FEM derivation for plates on elastic foundation ?
If you've access to FE related journals can find reviews which will help, was just looking at Cubit and gmsh meshers for something else and those actually have something which relate to this topic, on a principal level: http://homepages.cae.wisc.edu/~tautges/slides-10.04.day1.pdf...- PerennialII
- Post #5
- Forum: General Engineering
-
How to Export Mesh File in Abaqus?
I assume you've got a cae model? You can get the ascii input file with nodal and element information by creating a job in the cae "job module" and writing the inp out. If your problem is something else elaborate.- PerennialII
- Post #2
- Forum: Mechanical Engineering
-
Ansys Workbench- Max Principal Stress Error
How big is the difference actually, in absolute & relative terms?- PerennialII
- Post #7
- Forum: Mechanical Engineering
-
FEM derivation for plates on elastic foundation ?
How about doing it in 2D by borrowing elements from plane stress/strain or carrying out the whole exercise in 3D (going for example for wedge or tetrahedral elements, would probably be almost simplest for bilinear bricks)?- PerennialII
- Post #2
- Forum: General Engineering
-
Python Executing abaqus job using python script
For future ref if nothing else ... If you've multiple parts, you can for example make a list of them (if don't want to refer explicitly by name), followed by a for-loop which contains the part, seed and meshing specification. Something along the lines of: for part in model.parts...- PerennialII
- Post #2
- Forum: Programming and Computer Science
-
Lennard-Jones parameters for silicon nitride
Probably the simplest nominally applicable potentials would be some variants of Tersoff nature (LJ certainly not), but for actual work would try to seek something which would be founded on some newer potential families.- PerennialII
- Post #5
- Forum: Materials and Chemical Engineering
-
Uni-axial Tensile Testing of Deformed Bars
The original shape you mean? Ease of testing (e.g. attaching to machine), uniform stress state at the section of interest, size for that section which for typical materials yields a representative (size independent) result to name a few. One of those things that has just evolved out of practical...- PerennialII
- Post #2
- Forum: Materials and Chemical Engineering
-
Which PDF App Supports Annotation on Ubuntu-8.10?
Have you tried pdfedit? ... should be in the repos.- PerennialII
- Post #2
- Forum: Computing and Technology
-
LaTeX OOoLatex: Installing LaTeX in Open Office
It's a nice extension --- occasionally have to work with OO (or those other office suite) documents and now at least the equations look decent. No redundancy there. A typical case when have to collaborate with uninformed people :wink: .- PerennialII
- Post #6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Python Is Python the Best Choice for Computational Physics?
You'll get a whole lot more done :wink: . Comparing languages and "stating" what is needed is always a bit arbitrary (at best), but in "general terms" when learning to do things and so forth Fortran isn't quite as useful as Python (unless everything in your field is written in Fortran for some...- PerennialII
- Post #13
- Forum: Programming and Computer Science
-
Python Is Python the Best Choice for Computational Physics?
Thinking about tools which enable to carry out "research tasks" as effectively as possible with a wide range of applicability (thinking about code performance, "usability" of the resulting code and development time) would pick a medium level language like C++, then Python which is actually kind...- PerennialII
- Post #6
- Forum: Programming and Computer Science
-
Can ABAQUS accurately predict fatigue life using crack propagation?
It can with some limitations, the foremost being that using the "basic" methods (nodal release types) you need to pre-define the crack path and then you can use different criteria to drive the crack propagation during the analysis. Paris' law is one of them which might be of use. Some of the...- PerennialII
- Post #2
- Forum: Mechanical Engineering
-
Python Is Python the Best Choice for Computational Physics?
If would have to pick "a couple" of languages to work with python would be one of them.- PerennialII
- Post #3
- Forum: Programming and Computer Science
-
COMSOL - parameter dependent eigenvalue calculations
Yeah, could be. I'm not 100% sure but it may be one of the new features of release 3.5. Or at least don't remember seeing it earlier.- PerennialII
- Post #6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
COMSOL - M-file with unnecessary entries
Yeah, the reset is what it is in terms of cleaning the m - file. Haven't come up with any other way than to mix text editors with highlighting and scripting to script m - files (i.e. generate m - files using python/perl so don't have to repeat everything every time or resort to too much copy -...- PerennialII
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX