- Nov 23, 2015
-
-
Henry Weller authored
Provides run-time selection of buoyancy sources for compressible solvers Replaces the built-in buoyancy sources in XiFoam, reactingFoam and rhoReactingFoam. e.g. in constant/fvOptions specify momentumSource { type buoyancyForce; buoyancyForceCoeffs { fieldNames (U); } } and optionally specify the buoyancy energy source in the enthalpy equation: energySource { type buoyancyEnergy; buoyancyEnergyCoeffs { fieldNames (h); } } or internal energy equation energySource { type buoyancyEnergy; buoyancyEnergyCoeffs { fieldNames (e); } }
-
- Nov 22, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1923
-
- Nov 21, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1479 Patches provided by Bruno Santos based on the work of Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch provided by Daniel Jasinski Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1893
-
- Nov 20, 2015
-
-
Henry Weller authored
Note the dictionary is in OpenFOAM format not CHEMKIN. Patch provided by Daniel Jasinski Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1888
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1920
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1921
-
- Nov 19, 2015
-
-
Henry Weller authored
-append: append to log file -overwrite: overwrite log file Original patch provided by Timm Severin Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1919
-
Henry Weller authored
-
- Nov 18, 2015
-
-
Henry Weller authored
Simplifies lookup of RAS or LES models
-
Henry Weller authored
-
Henry Weller authored
Pressure relaxation is useful with LTS to damp acoustic waves
-
Henry Weller authored
This functionality is inherited by the waveTransmissive BCs
-
- Nov 17, 2015
-
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
e.g. DarcyForchheimerCoeffs { d (5e7 -1000 -1000); f (0 0 0); coordinateSystem { type cartesian; origin (0 0 0); coordinateRotation { type axesRotation; e1 (1 0 0); e2 (0 0 1); } } }
-
- Nov 16, 2015
-
-
Henry Weller authored
-
- Nov 15, 2015
-
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
Patches provided by Juho Peltola
-
Henry Weller authored
reactingEulerFoam/interfacialModels/wallDampingModels: Added interpolatedWallDamping abstract base-class To simplify linear, sine and cosine wall-damping implementation
-
- Nov 14, 2015
-
-
Henry Weller authored
-
Henry Weller authored
New lift model supporting near-wall damping using the new wallDampingModels. e.g. lift ( (air in water) { type wallDamped; lift { type constantCoefficient; Cl 0.5; } wallDamping { type linear; Cd 0.5; } } ); in which a linear near-wall damping function min(y/(Cd*d), 1) is applied to the constant coefficient lift model. Additional wall-damping functions will be added.
-
Henry Weller authored
-
Henry Weller authored
-
- Nov 13, 2015
-
-
Henry Weller authored
to allow iteration over the energy equations to improve stability for phase-change. Additionally if nEnergyCorrectors is set to 0 the energy equations are not solved which may be beneficial during the startup of some cases.
-
Henry Weller authored
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Chris Greenshields authored
blockMeshDict files moved to system directory (new default location) in template cases and unit test cases
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1913
-
Henry Weller authored
Now applies totalPressure and pressureInletOutletVelocity with hRef set to the height of the outlet plane.
-
Henry Weller authored
Now applies totalPressure and pressureInletOutletVelocity with hRef set to the height of the outlet plane.
-