openfoam/applications/utilities/mesh
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
..
advanced ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
conversion ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
generation STYLE: relocate nonCoupledBoundaryTree into meshSearcher 2020-02-24 18:41:02 +01:00
manipulation Merge remote-tracking branch 'origin/master' into develop 2020-03-16 15:27:27 +01:00