- Nov 11, 2015
-
-
Andrew Heather authored
-
- Oct 19, 2015
-
-
Henry Weller authored
Ur can be generated using a functionObject or in the post-processor
-
- Oct 15, 2015
-
-
Andrew Heather authored
-
- Oct 05, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to use the transport matrix construction in MovingPhaseModel
-
- 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
-
Henry Weller authored
Supporting any number of phases with heat and mass transfer, phase-change and reactions
-
- Sep 04, 2015
-
-
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 22, 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
-
- Aug 07, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1816
-
- Aug 04, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1794
-
- Aug 01, 2015
-
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1805
-
- Jul 21, 2015
-
-
Henry Weller authored
to simplify construction of dimensionedScalar properties and avoid the duplication of the name string in the constructor call.
-
- Jul 20, 2015
-
-
Henry Weller authored
so that the specification of the name and dimensions are optional in property dictionaries. Update tutorials so that the name of the dimensionedScalar property is no longer duplicated but optional dimensions are still provided and are checked on read.
-
- Jul 19, 2015
-
-
Henry Weller authored
-
- Jul 17, 2015
-
-
Henry Weller authored
Also removed __GNUC__ conditional compilation statements which are no longer needed.
-
- Jul 16, 2015
-
-
Henry Weller authored
The interfacial temperature is assumed equal to the saturation temperature. Only a single species is considered volatile and the other species to not affect the mass-transfer.
-
- Jul 15, 2015
-
-
Henry Weller authored
Added calls to setFluxRequired for p, p_rgh etc. in all solvers which avoids the need to add fluxRequired entries in fvSchemes dictionaries.
-
- Jul 04, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Currently this is implemented only for the Antoine equation, for the other more complex models an iterative inversion from pressure to temperature is required.
-
- Jul 03, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-