public class AbaqusWriter extends FemWriterBase
Modifier and Type | Class and Description |
---|---|
static class |
AbaqusWriter.ElemType |
static class |
AbaqusWriter.ElemTypeList |
FemWriter.DataFormat, FemWriter.FloatType
DEFAULT_FORMAT
Constructor and Description |
---|
AbaqusWriter(java.io.File file) |
AbaqusWriter(java.io.PrintWriter pw) |
AbaqusWriter(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
boolean |
getSuppressWarnings() |
void |
setSuppressWarnings(boolean enable) |
static void |
write(FemModel3d fem,
java.io.File file)
Writes a FemModel into an Abaqus data file.
|
static void |
write(FemModel3d fem,
java.lang.String fileName)
Writes a FemModel into an Abaqus data file.
|
void |
writeFem(FemModel3d fem)
Writes a FEM model to an Abaqus file
|
public AbaqusWriter(java.io.PrintWriter pw) throws java.io.IOException
java.io.IOException
public AbaqusWriter(java.io.File file) throws java.io.IOException
java.io.IOException
public AbaqusWriter(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public boolean getSuppressWarnings()
public void setSuppressWarnings(boolean enable)
public static void write(FemModel3d fem, java.lang.String fileName) throws java.io.IOException
fem
- FEM model to be writtenfileName
- path name of the Abaqus node filejava.io.IOException
- if this is a problem writing the filepublic static void write(FemModel3d fem, java.io.File file) throws java.io.IOException
fem
- FEM model to be writtenfile
- the Abaqus node filejava.io.IOException
- if this is a problem writing the filepublic void writeFem(FemModel3d fem) throws java.io.IOException
writeFem
in interface FemWriter
writeFem
in class FemWriterBase
fem
- FEM model to be writtenjava.io.IOException
- if this is a problem writing the file