openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsight
mattijs 9e3ce4ec7f Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus into feature-shared-file
Conflicts:
	applications/utilities/mesh/advanced/refinementLevel/refinementLevel.C
	applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C
	applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C
	applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C
	applications/utilities/postProcessing/graphics/PV4Readers/PV4FoamReader/vtkPV4Foam/vtkPV4FoamUpdateInfo.C
	applications/utilities/postProcessing/turbulence/createTurbulenceFields/createTurbulenceFields.C
	applications/utilities/postProcessing/velocityField/Co/Co.C
	applications/utilities/postProcessing/velocityField/Pe/Pe.C
	applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C
	applications/utilities/preProcessing/changeDictionary/changeDictionary.C
	applications/utilities/preProcessing/setFields/setFields.C
	applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C
	applications/utilities/surface/surfaceMeshExport/surfaceMeshExport.C
	applications/utilities/surface/surfaceMeshImport/surfaceMeshImport.C
	applications/utilities/surface/surfaceRedistributePar/surfaceRedistributePar.C
	src/OpenFOAM/db/IOobject/IOobject.C
	src/OpenFOAM/db/IOobjects/CompactIOList/CompactIOList.C
	src/OpenFOAM/db/IOobjects/IOField/IOField.C
	src/OpenFOAM/db/IOobjects/IOList/IOList.C
	src/OpenFOAM/db/IOobjects/IOPtrList/IOPtrList.C
	src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.C
	src/OpenFOAM/db/Time/findInstance.C
	src/OpenFOAM/db/regIOobject/regIOobject.C
	src/OpenFOAM/db/regIOobject/regIOobjectI.H
	src/OpenFOAM/db/regIOobject/regIOobjectRead.C
	src/OpenFOAM/db/regIOobject/regIOobjectWrite.C
	src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/IOmapDistribute.C
	src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
	src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
	src/dynamicMesh/fvMeshDistribute/IOmapDistributePolyMesh.C
	src/dynamicMesh/motionSolver/componentDisplacement/componentDisplacementMotionSolver.C
	src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/hexRef8Data.C
	src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8/refinementHistory.C
	src/dynamicMesh/polyTopoChange/polyTopoChanger/polyTopoChanger.C
	src/edgeMesh/edgeMeshFormats/edgeMesh/edgeMeshFormat.C
	src/edgeMesh/extendedEdgeMesh/extendedEdgeMeshFormats/extendedEdgeMeshFormat/extendedEdgeMeshFormat.C
	src/edgeMesh/extendedEdgeMesh/extendedFeatureEdgeMesh/extendedFeatureEdgeMesh.C
	src/fvMotionSolver/fvMotionSolvers/displacement/interpolation/displacementInterpolationMotionSolver.C
	src/fvMotionSolver/pointPatchFields/derived/uniformInterpolatedDisplacement/uniformInterpolatedDisplacementPointPatchVectorField.C
	src/lagrangian/basic/Cloud/CloudIO.C
	src/meshTools/sets/cellSources/fieldToCell/fieldToCell.C
	src/postProcessing/foamCalcFunctions/basic/addSubtract/addSubtract.C
	src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransformTemplates.C
	src/postProcessing/functionObjects/field/readFields/readFieldsTemplates.C
	src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C
	src/triSurface/triSurface/surfacePatch/surfacePatchIOList.C
2016-01-25 16:29:04 +00:00
..
Make ENH: checkMesh: have -writeSets option 2015-11-23 15:24:33 +00:00
cellSets.H BUG: foamToEnsight: reset facePrimitives 2013-10-18 16:19:33 +01:00
checkData.H ENH: glboal file handling: initial commit 2016-01-25 13:03:15 +00:00
checkMeshMoving.H ENH: glboal file handling: initial commit 2016-01-25 13:03:15 +00:00
ensightAsciiStream.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
ensightBinaryStream.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
ensightCaseTail.H ENH: point merging of internal and patches. 2010-02-08 17:36:13 +00:00
ensightCloudField.C ENH: glboal file handling: initial commit 2016-01-25 13:03:15 +00:00
ensightCloudField.H Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
ensightField.C ENH: checkMesh: have -writeSets option 2015-11-23 15:24:33 +00:00
ensightField.H ENH: checkMesh: have -writeSets option 2015-11-23 15:24:33 +00:00
ensightMesh.C ENH: checkMesh: have -writeSets option 2015-11-23 15:24:33 +00:00
ensightMesh.H ENH: foamToEnsight: cellZone support 2013-09-11 09:31:20 +01:00
ensightParticlePositions.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
ensightParticlePositions.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
ensightStream.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
faceSets.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
foamToEnsight.C Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus into feature-shared-file 2016-01-25 16:29:04 +00:00
itoa.C ENH: foamToEnsight: work with more >1000 times 2013-02-19 10:39:23 +00:00
itoa.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00