openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsight
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
..
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
checkData.H ENH: simplify foamToEnsight using new IOobjectList methods 2017-05-17 14:41:21 +02:00
checkMeshMoving.H INT: Integration of Mattijs' collocated parallel IO additions 2017-07-07 11:39:56 +01:00
ensightOutputCloud.C BUG: lagrangian - corrected references to position() 2017-12-19 21:25:12 +00:00
ensightOutputCloud.H STYLE: consistent '// End namespace' markers 2018-04-27 09:51:35 +02:00
ensightOutputCloudTemplates.C ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
findCloudFields.H STYLE: use 'cloudObjects' instead of 'sprayObjects' 2018-07-30 13:15:38 +02:00
foamToEnsight.C ENH: multiple zone selection for fvMeshSubsetProxy (#973) 2018-10-02 17:06:44 +02:00