mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: nastranSurfaceWriter: added comment
This commit is contained in:
@ -27,6 +27,19 @@ Class
|
|||||||
Description
|
Description
|
||||||
A surface writer for the Nastran file format - both surface mesh and fields
|
A surface writer for the Nastran file format - both surface mesh and fields
|
||||||
|
|
||||||
|
formatOptions
|
||||||
|
{
|
||||||
|
nastran
|
||||||
|
{
|
||||||
|
// From OpenFOAM field name to Nastran field name
|
||||||
|
fields ((pMean PLOAD2));
|
||||||
|
// Optional scale
|
||||||
|
scale 2.0;
|
||||||
|
// Optional format
|
||||||
|
format free; //short, long, free
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
nastranSurfaceWriter.C
|
nastranSurfaceWriter.C
|
||||||
nastranSurfaceWriterTemplates.C
|
nastranSurfaceWriterTemplates.C
|
||||||
|
|||||||
Reference in New Issue
Block a user