ENH: nastranSurfaceWriter: added comment

This commit is contained in:
mattijs
2013-09-02 13:12:00 +01:00
parent e34f2c8da1
commit 670cb9dda2

View File

@ -27,6 +27,19 @@ Class
Description
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
nastranSurfaceWriter.C
nastranSurfaceWriterTemplates.C