Skip to content
Snippets Groups Projects
Commit 670cb9dd authored by mattijs's avatar mattijs
Browse files

ENH: nastranSurfaceWriter: added comment

parent e34f2c8d
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment