openfoam/applications/utilities/postProcessing/dataConversion
Mark Olesen 2fb382bf8a ENH: multiple zone selection for fvMeshSubsetProxy (#973)
- handle tmp fields in interpolate methods

- special method interpolateInternal() for creating a volume field
  with zero-gradient treatment for patches from an internal field.

  This method was previously also called interpolate(), but that
  masked the ability to subset the internal field only.

  Ensight output needs the volume field:
      uses interpolateInternal().

  VTK output has separate handling of internal and patch fields:
      uses interpolate().

ENH: added fvMeshSubset mesh() method for baseMesh or subMesh.

- simplies coding when the fvMeshSubset may or may not be in active use.

ENH: update foamToEnsight to use newer methods in wrapped form

- static interpolate functions with renaming for manual use with
  fvMeshSubset (when fvMeshSubsetProxy may be too limiting in
  functionality)
2018-10-02 17:06:44 +02:00
..
foamDataToFluent ENH: allow wordHashSet filter for IOobjectList::names 2018-07-26 14:56:52 +02:00
foamToEnsight ENH: multiple zone selection for fvMeshSubsetProxy (#973) 2018-10-02 17:06:44 +02:00
foamToEnsightParts ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
foamToGMV STYLE: remove unused variable 2018-07-31 15:38:27 +02:00
foamToTetDualMesh ENH: allow wordHashSet filter for IOobjectList::names 2018-07-26 14:56:52 +02:00
foamToVTK ENH: multiple zone selection for fvMeshSubsetProxy (#973) 2018-10-02 17:06:44 +02:00
smapToFoam ENH: construct string types from Istream now explicit (#1033) 2018-11-03 20:24:34 +01:00