mattijs
142920de9c
ENH: snappyHexMeshDict: added documentation for keepPatches
2016-03-23 15:13:03 +00:00
mattijs
493d9c8c95
ENH: genericPolyPatch: filter out duplicates when writing
2016-03-21 12:30:34 +00:00
Andrew Heather
53eadb0254
Merge branch 'feature-shared-file' into 'develop'
...
Feature shared file
This contains the functionality from dev to do with (processor-)global/local file marking.
global files are those that are the same on all processors (e.g. dictionaries) and so can be read on the master processor only. 'local' files are specific to the processor (e.g. fields).
See merge request !30
2016-03-14 17:35:40 +00:00
mattijs
6cbdd17337
Merge remote-tracking branch 'origin/develop' into feature-shared-file
2016-03-09 14:38:34 +00:00
mattijs
ffa7dc7d6b
ENH: IOWarningIn: use new ..InFunction macros
2016-03-09 14:36:25 +00:00
mattijs
d4ae0eac10
COMP: options: add indirect linkage
2016-03-02 11:15:56 +00:00
mattijs
c35544f9cb
Merge remote-tracking branch 'origin/develop' into feature-shared-file
2016-03-02 09:54:15 +00:00
mattijs
427b3704b4
BUG: fixedFluxPressure: map if no internal field. Fixes #61
2016-02-04 14:57:44 +00:00
mattijs
21bc7a0c39
ENH: utilities: small merge of dev functionality
2016-01-28 15:36:42 +00:00
mattijs
fffb871d71
BUG: distributedTriSurfaceMesh: no need for messing with fileModificationChecking
2016-01-28 09:43:06 +00:00
mattijs
0af509c22d
BUG: injectors: positions are a global quantity.
2016-01-28 09:00:04 +00:00
mattijs
70525fe75e
ENH: include file tracking: missed out adding files to list of files to check
2016-01-27 17:35:46 +00:00
mattijs
d7ac243dfc
Merge remote-tracking branch 'origin/develop' into feature-shared-file
2016-01-25 16:36:42 +00:00
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
mattijs
e424059208
ENH: glboal file handling: initial commit
...
Moved file path handling to regIOobject and made it type specific so
now every object can have its own rules. Examples:
- faceZones are now processor local (and don't search up anymore)
- timeStampMaster is now no longer hardcoded inside IOdictionary
(e.g. uniformDimensionedFields support it as well)
- the distributedTriSurfaceMesh is properly processor-local; no need
for fileModificationChecking manipulation.
2016-01-25 13:03:15 +00:00
mattijs
e00acab949
BUG: autoHexMesh: merging faceZones with layers added
...
- was merging all boundary points originating from the same point
- which caused merging of multiple extruded points (since all originating
from the same point)
- there is no more addressing available from addPatchCell layer so
instead do a geometric merge
- additional bug: calculating weights if faceZone on processor patch
2016-01-25 10:06:16 +00:00
mattijs
e852970330
ENH: motorBike: tutorial with dynamic refinement across snappyHexMesh mesh
2016-01-21 17:46:40 +00:00
Andrew Heather
14aee79198
STYLE: Corrected typos in file header - fixes #57
2016-01-18 09:02:14 +00:00
Andrew Heather
b99917e53a
ENH: Updated broken links in README file
2016-01-13 17:18:03 +00:00
mattijs
6651f31909
BUG: lagrangian: PatchInteractionModel was not initialising statistics counters
...
Fixed #55 .
2016-01-11 09:23:14 +00:00
andy
8f309fa031
ENH: Documentation updates
2016-01-08 16:25:42 +00:00
Andrew Heather
a1eecc8ee4
STYLE: Corrected typo
2016-01-08 13:19:43 +00:00
Andrew Heather
7045e8da54
STYLE: Renamed Foundation README
2016-01-08 13:19:21 +00:00
Andrew Heather
d36f1418cd
STYLE: Updated links
2016-01-08 12:43:01 +00:00
Andrew Heather
5bc78be793
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-08 12:37:45 +00:00
Andrew Heather
89ac7ff40b
ENH: Doxygen updates
2016-01-08 12:37:24 +00:00
Andrew Heather
cc7aa4993a
ENH: Updated README files
2016-01-08 12:30:04 +00:00
mattijs
2cbad2d47f
ENH: motorBike: example of run-time postprocessing
2016-01-07 16:31:01 +00:00
mattijs
3568e3a9a6
ENH: objectRegistry: revert to printing on master only
2016-01-07 08:48:27 +00:00
mattijs
11ad0635b7
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-06 16:55:22 +00:00
mattijs
d3d6d819bb
BUG: autoHexMesh: gap refinement ignores refinementRegion itself
...
It was ignoring the initial selection of cells inside/outside the refinement
region and instead looking at all surface-intersection regardless. Fixes #51 .
2016-01-06 16:52:34 +00:00
sergio
16e3f5c1e4
STY: Expanding header for model description
2016-01-05 15:12:02 -08:00
sergio
c6fe2f29fb
ENH: Changing BC for k and epsilon and scheme for Xi for oscillatingCylinder tutorial
2016-01-05 12:17:06 -08:00
sergio
c33a741327
ENH: Changing div scheme for T
2016-01-05 11:19:14 -08:00
sergio
9dd487a359
STY: Correcting spelling mistake in diffusionMulticomponent
2016-01-05 09:55:16 -08:00
mattijs
0e6fa50480
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-05 15:27:35 +00:00
mattijs
bece8ad2cb
BUG: LESDelta: parallel inconsistent
...
Internal values get set but never swapped on processor boundaries. Fixes #49 .
2016-01-05 15:26:46 +00:00
sergio
044440b1d3
ENH: Adding fvOption constrain to scalarTransportFoam.
...
Changing to adjustableTimeStep the tutorial reactingTwoPhaseEulerFoam/laminar/bubbleColumnIATE
2016-01-04 14:12:49 -08:00
sergio
e04158fda1
Reducing total time simulation to 10 sec
2016-01-04 12:28:08 -08:00
sergio
0f3f53df57
ENH: Adding uniformJump true to the porousJump tutorial.
2016-01-04 11:44:49 -08:00
mattijs
18bc62a328
BUG:tutorials: missing boundary file.
...
Fixes #45
2015-12-31 12:07:43 +00:00
mattijs
b3bae3a411
ENH: sampledSets: have sorted distance on master set
...
This is more logical - the points are passed in sorted as well and there is
no way for the master sampledset to determine the ordering.
2015-12-31 11:01:11 +00:00
Andrew Heather
2aeaa7c5d5
ENH: Added chtMultiRegionFoam 'windshieldDefrost' tutorial showing example of explict solidificationMelting fvOption
2015-12-23 12:13:28 +00:00
Andrew Heather
4c603aeadf
ENH: Added simpleFoam 'simpleCar' tutorial showing example of explict porosity fvOption
2015-12-23 12:09:33 +00:00
Andrew Heather
f0c3e8d599
STYLE: Updated version to 'plus'
2015-12-22 23:14:17 +00:00
Andrew Heather
5e8f33398b
Merge branch 'feature-turbulence' into 'develop'
...
CONTRIBUTION: Turbulence - updated SpalartAlmaras & kOmegaSST DES, DDES and IDDES
Code supplied by CFD Software E+F GmbH
See merge request !28
2015-12-22 22:14:53 +00:00
andy
caf13291e8
ENH: DEShydrid scheme - added usage notes to header
2015-12-22 22:08:38 +00:00
andy
cfe2d32c77
ENH: Minor code clean-up
2015-12-22 22:04:02 +00:00
Andrew Heather
76c0096cb6
STYLE: Updated error messages to use new FatalErrorInFunction
2015-12-22 17:00:59 +00:00
Andrew Heather
cab9b02c9e
STYLE: Updated docs to OpenFOAM.com
2015-12-22 16:57:50 +00:00