openfoam/applications/utilities
Mark Olesen 560c053bc8 ENH: support independent specification of surface read/write format (#1600)
- adjustments to internal handling to improve run-time addition of
  other formats (eg, with additional user library)

  For example, to write a binary STL with a '.stl' extension:

    $ surfaceMeshConvert input.obj  -write-format stlb  output.stl

  Or in a sampler,
  to specify the input type without ambiguity:

  surf
  {
      type        meshedSurface;
      surface     sampling.inp;

      fileType    starcd;
      scale       0.001;
      ...
  }

STYLE: regularize naming for input/output scaling

  * -read-scale   (compat: -scaleIn)
  * -write-scale  (compat: -scaleOut)

CONFIG: change edge/surface selection name for STARCD format

- now select as "starcd" instead of "inp" to avoid naming ambiguity
  with abaqus
2020-04-03 19:11:50 +02:00
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea GIT: interfaceTracking: relocate library 2019-12-19 15:32:34 +00:00
mesh ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
miscellaneous Merge remote-tracking branch 'origin/master' into develop 2020-03-12 11:35:26 +01:00
parallelProcessing ENH: use IOstreamOption for writeObject() calls. 2020-02-19 09:25:33 +00:00
postProcessing ENH: add stringListOps with whitelist/blacklist matching 2020-02-26 21:40:09 +01:00
preProcessing STYLE: remove trailing space, shell quoting 2020-02-20 10:11:23 +01:00
surface ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
thermophysical GIT: Header file updates 2019-10-31 14:48:44 +00:00