- Nov 23, 2015
-
-
Henry Weller authored
Patch provided by Juho Peltola
-
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 21, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Patch provided by Daniel Jasinski Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1893
-
- 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
-
- Nov 15, 2015
-
-
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.
-
- 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.
-
- Nov 10, 2015
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
Henry Weller authored
Now solvers return solver performance information for all components with backward compatibility provided by the "max" function which created the scalar solverPerformance from the maximum component residuals from the SolverPerformance<Type>. The residuals functionObject has been upgraded to support SolverPerformance<Type> so that now the initial residuals for all (valid) components are tabulated, e.g. for the cavity tutorial case the residuals for p, Ux and Uy are listed vs time. Currently the residualControl option of pimpleControl and simpleControl is supported in backward compatibility mode (only the maximum component residual is considered) but in the future this will be upgraded to support convergence control for the components individually. This development started from patches provided by Bruno Santos, See http://www.openfoam.org/mantisbt/view.php?id=1824
-
- Nov 06, 2015
-
-
Henry Weller authored
to support phase volume fraction changes due to pressure
-
- Nov 05, 2015
-
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1899
-
Henry Weller authored
-
- Nov 01, 2015
-
-
Henry Weller authored
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible compilers otherwise __func__ to provide the function name string.
-
- Oct 30, 2015
-
-
Henry Weller authored
buoyantBoussinesqSimpleFoam: Add support for radiative heat-transfer consistent with buoyantBoussinesqPimpleFoam Patch provided by Daniel Jasinski: http://www.openfoam.org/mantisbt/view.php?id=1856
-
- Oct 29, 2015
-
-
Henry Weller authored
Provided by Juho Peltola
-
- Oct 27, 2015
-
-
Henry Weller authored
-
- Oct 26, 2015
-
-
Henry Weller authored
-
- Oct 22, 2015
-
-
Henry Weller authored
reactingEulerFoam: Updated handling of thermal diffusivity to support Prandtl number and thermal wall-functions
-
- Oct 19, 2015
-
-
Henry Weller authored
Ur can be generated using a functionObject or in the post-processor
-
- Oct 17, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1868
-
- Oct 05, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to use the transport matrix construction in MovingPhaseModel
-
- Oct 01, 2015
-
-
Henry Weller authored
Now consistent with constructors.
-
- 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.
-
- Sep 11, 2015
-
-
Henry Weller authored
-