openfoam/applications/utilities/mesh/conversion
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
..
ansysToFoam ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01:00
ccm ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
cfx4ToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
datToFoam ENH: allow datToFoam writing points dict directly 2020-01-29 12:26:36 +00:00
fireToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
fluent3DMeshToFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
fluentMeshToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
foamMeshToFluent GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamToFireMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamToStarMesh ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
foamToSurface ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
gambitToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
gmshToFoam ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01:00
ideasUnvToFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
kivaToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
mshToFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
netgenNeutralToFoam ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01:00
plot3dToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
star4ToFoam ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
tetgenToFoam ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01:00
vtkUnstructuredToFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00
writeMeshObj ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00