openfoam/applications
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
..
solvers BUG: Correct interface after alphaEq in interCondensatingEvaporatingFoam 2020-03-30 10:32:35 -07:00
test ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
tools ENH: added foamCalc (applications/tools) 2019-12-19 22:18:10 +01:00
utilities ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
Allwmake STYLE: limit foamEtcFile -show-api to querying the META-INFO/api-info 2020-02-12 17:48:09 +01:00