- Jan 18, 2016
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1974
-
Henry Weller authored
-
- Jan 17, 2016
-
-
Henry Weller authored
Always return void to avoid various bugs associated with automatic type conversion. Resolves request http://openfoam.org/mantisbt/view.php?id=1973
-
- Jan 15, 2016
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1972
-
- Jan 14, 2016
-
-
Henry Weller authored
reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject to calculate and write mole-fraction fields This function object calculates mole-fraction fields from the mass-fraction fields of the psi/rhoReactionThermo and caches them for output and further post-processing. The names of the mole-fraction fields are obtained from the corresponding mass-fraction fields prepended by "X_" Example of function object specification: moleFractions { type psiReactionThermoMoleFractions; } or moleFractions { type rhoReactionThermoMoleFractions; } depending on the thermodynamics package used in the solver.
-
Henry Weller authored
-
- Jan 11, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
- Jan 10, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1969
-
- Jan 09, 2016
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1967
-
- Jan 07, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1965
-
- Jan 03, 2016
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1949
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1957
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1960
-
- Jan 02, 2016
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1961
-
- Jan 01, 2016
-
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1958
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1959
-
- Dec 20, 2015
-
-
Henry Weller authored
temperatureDependentAlphaContactAngleFvPatchScalarField: Temperature-dependent constant alphaContactAngle scalar boundary condition Evaluates the contact angle as a function of the optionally specified temperature field (defaults to T). The "theta0" function is provided as a DataEntry currently supporting: CompatibilityConstant constant csvFile polynomial table tableFile
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Dec 17, 2015
-
-
Henry Weller authored
for consistency with prghPressureFvPatchScalarField
-
Henry Weller authored
Corrected rho name specification. Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1956
-
Henry Weller authored
It is not clear what form an fvOptions source should take as f is not a transported dynamic field. For the moment the fvOptions source from the f-equation has been removed until there is a specific need which will show what the form should be. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1955
-
- Dec 14, 2015
-
-
Henry Weller authored
-
- Dec 13, 2015
-
-
Henry Weller authored
Starting from an initial buffer size of 256 it is incremented in steps of 256 upto the maximum of 4096 as required. Based on patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1944
-
- Dec 12, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1948
-
- Dec 09, 2015
-
-
Henry Weller authored
-
Henry Weller authored
declaring the namespace in function definitions in C files
-
Henry Weller authored
-
Henry Weller authored
Requires that metis is compiled with REALTYPEWIDTH set to 32 for SP and 64 for DP.
-
- Dec 08, 2015
-
-
Henry Weller authored
It is better to declare the namespace of each function in the C file rather than "open" the namespace as this may lead to inconsistencies between the declaration in the H files and definition in the C file.
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1943
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1942
-
- Dec 07, 2015
-
-
Henry Weller authored
-
- Dec 03, 2015
-
-
Henry Weller authored
-