Specifying File Format
VMoveCAEBatch detects the file format of a CAE model file from its extension by default. To use a different file format instead of the format derived from the extension, command line argument --model-file-format can be used.
Example:
VMoveCAEBatch.exe --model-file-format=”nastran_bdf” sample.dat sample.cax
In the above example, the file format for sample.dat is explicitly specified as nastran_bdf.
The supported file format names are listed below,
CAE files |
File types |
Explicit Specifications |
---|---|---|
Nastran files |
*.bdf *.op2 *. xdb |
nastran_bdf nastran_op2 nastran_xdb |
Ansys files |
*.cdb *.rst *.rth |
ansys_cdb ansys_rst ansys_rth |
LSDyna files |
*.key d3plot |
lsdyna_key lsdyna_d3plot |
Abaqus files |
*.inp *.fil *.odb |
abaqus_inp abaqus_fil abaqus_odb |
Fluent files |
*.cas *.cfx *.ccm |
fluent_cas cfx_res starccm+_ccm |
IDEAS SDRC Universal files |
*.unv |
sdrc_unv |