openfoam/applications/utilities/postProcessing
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
..
dataConversion ENH: multiple zone selection for fvMeshSubsetProxy (#973) 2018-10-02 17:06:44 +02:00
graphics COMP: include fileFormats for paraview plugins 2018-10-05 16:50:23 +02:00
lagrangian ENH: use dictionary::get<word>() instead of lookup() in a few places 2018-10-19 09:11:31 +02:00
lumped ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
miscellaneous ENH: cleanup of Enum class 2018-10-18 12:57:32 +02:00
noise COMP: Allwmake: pass through targetType 2018-08-02 10:18:59 +01:00
postProcess ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00