mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add input surface scaling (issue #514)
- surfaceFeatureExtract * dictionary "scale" entry - triSurface - triSurfaceLoader * optional scaleFactor on reading - surfaceAdd - surfaceBooleanFeatures - surfaceClean - surfaceCoarsen * scale option - surfaceTransformPoints, transformPoints * scale option as scalar or vector quantity
This commit is contained in:
@ -125,7 +125,8 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Create a writer object with given output scaling
|
||||
//- Create a writer object with given output scaling.
|
||||
// Treats a zero or negative scale factor as unity scaling.
|
||||
meshWriter
|
||||
(
|
||||
const polyMesh&,
|
||||
|
||||
@ -97,7 +97,8 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Prepare for writing, optionally with scaling
|
||||
//- Prepare for writing, optionally with scaling.
|
||||
// Treats a zero or negative scale factor as unity scaling.
|
||||
FIREMeshWriter(const polyMesh&, const scalar scaleFactor = 1.0);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user