public class AbaqusWriter extends FemWriterBase
| Modifier and Type | Class and Description |
|---|---|
static class |
AbaqusWriter.ElemType |
static class |
AbaqusWriter.ElemTypeList |
FemReaderWriterBase.ShellTypeFemWriter.DataFormat, FemWriter.FloatTypeDEFAULT_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.IOExceptionpublic AbaqusWriter(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic AbaqusWriter(java.lang.String fileName)
throws java.io.IOException
java.io.IOExceptionpublic 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 FemWriterwriteFem in class FemWriterBasefem - FEM model to be writtenjava.io.IOException - if this is a problem writing the file