mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: vtkSurfaceWriter: user-specifiable precision.
Partly solves #65. Ensight writer is fixed but all the other ones probably need doing as well.
This commit is contained in:
@ -74,6 +74,11 @@ formatOptions
|
||||
//collateTimes true; // write single file containing multiple timesteps
|
||||
// (only for static surfaces)
|
||||
}
|
||||
vtk
|
||||
{
|
||||
// Non-default write precision for floating point numbers
|
||||
writePrecision 10;
|
||||
}
|
||||
nastran
|
||||
{
|
||||
// From OpenFOAM field name to Nastran field name
|
||||
|
||||
Reference in New Issue
Block a user