- Oct 15, 2015
-
-
Refinement: ----------- // Optionally avoid patch merging - keeps hexahedral cells // (to be used with automatic refinement/unrefinement) //mergePatchFaces off; // Optional multiple locationsInMesh with corresponding optional cellZone // (automatically generates faceZones inbetween) locationsInMesh ( ((-0.09 -0.039 -0.049) bottomAir) // cellZone bottomAir ((-0.09 0.009 -0.049) topAir) // cellZone topAir ); // Optional faceType and patchType specification for these faceZones faceZoneControls { bottomAir_to_topAir { faceType baffle; } } / Optional checking of 'bleeding' of mesh through a specifying a locations // outside the mesh locationsOutsideMesh ((0 0 0)(12.3 101.17 3.98)); // Improved refinement: refine all cells with all (or all but one) sides refined // Improved refinement: refine all cells with opposing faces with different // refinement level. These cells can happen on multiply curved surfaces. // Default on, can be switched off with //interfaceRefine false; Snapping -------- // Optional smoothing of points at refinement interfaces. This will reduce // the non-orthogonality at refinement interfaces. //nSmoothInternal $nSmoothPatch; Layering -------- // Layers can be added to patches or to any side of a faceZone. // (Any faceZone internally gets represented as two patches) // The angle to merge patch faces can be set independently of the // featureAngle. This is especially useful for large feature angles // Default is the same as the featureAngle. //mergePatchFacesAngle 45; // Optional mesh shrinking type 'displacementMotionSolver'. It uses any // displacementMotionSolver, e.g. displacementSBRStress // (default is the medial-axis algorithm, 'displacementMedialAxis') //meshShrinker displacementMotionSolver;
-
Andrew Heather authored
-
- Oct 05, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to use the transport matrix construction in MovingPhaseModel
-
Henry Weller authored
Patches provided by Bruno Santos Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1861
-
- Oct 01, 2015
-
-
Henry Weller authored
Now consistent with constructors.
-
- Sep 28, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1227 Patch provided by Bruno Santos
-
- Sep 25, 2015
-
-
Henry Weller authored
between incompressible and compressible phases
-
Henry Weller authored
Now combinations of incompressible, compressible phases with or without mass-transfer are supported efficiently.
-
Henry Weller authored
-
- Sep 18, 2015
-
-
Henry Weller authored
-
- Sep 17, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
This file contains definitions rather than declarations
-
Henry Weller authored
-
- Sep 16, 2015
-
-
Henry Weller authored
-
Henry Weller authored
This makes looping over the phases much simpler which maintaining support for phase-name lookup.
-
Henry Weller authored
PtrListDictionary: New form of Dictionary in which the list type is PtrList rather than a linked-list
-
- Sep 11, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Supporting any number of phases with heat and mass transfer, phase-change and reactions
-
- Sep 09, 2015
-
-
Henry Weller authored
Provided by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1767
-
Henry Weller authored
Provided by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1848
-
- Sep 04, 2015
-
-
Henry Weller authored
-
- Sep 02, 2015
-
-
Henry Weller authored
Patch provided by Daniel Jasinski Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1843
-
Henry Weller authored
-
- Aug 28, 2015
-
-
Henry Weller authored
-
Henry Weller authored
The previous method using a HashTable required a separate ordered list of names which is hard to work with and maintain.
-
- Aug 26, 2015
-
-
Henry Weller authored
-
Henry Weller authored
to allow the turbulent energy transport properties to be updated for every energy solution if required. Added correctEnergyTransport() call to reactingTwoPhaseEulerFoam
-
Henry Weller authored
and two-phase functionality separated from multiphase functionality
-
- Aug 24, 2015
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1826
-
- Aug 22, 2015
-
-
Henry Weller authored
-
- Aug 20, 2015
-
-
Henry Weller authored
-
- Aug 19, 2015
-
-
Henry Weller authored
Resolved bug-report http://openfoam.org/mantisbt/view.php?id=1831
-
Henry Weller authored
Includes many contributions from Juho Peltola
-
Henry Weller authored
Patches provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1832
-
- Aug 07, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1816
-
- Aug 06, 2015
-
-
Henry Weller authored
-
- Aug 04, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1794
-