- Jun 07, 2015
- Jun 05, 2015
-
-
Henry authored
by naming fields including the phase name is needed
-
- Jun 04, 2015
- Jun 03, 2015
-
-
Henry authored
filmViscosityModel/thixotropicViscosity/thixotropicViscosity: Remove the spurious mask and correct the blending
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1730
-
- Jun 01, 2015
-
-
Henry authored
Also removed the underlying structure for "alwaysApply" from fvOption
-
Henry authored
-
Henry authored
fixedTemperatureConstraint,effectivenessHeatExchangerSource: Set the field name to that of the energy field from which the temperature is obtained Removes the need for the 'alwaysApply' hack.
-
Henry authored
limitTemperature: Set the field name to that of the energy field from which the temperature is obtained Removes the need for the 'alwaysApply' hack.
-
Henry authored
-
Henry authored
-
- May 31, 2015
-
-
Henry authored
-
Henry authored
writeData is not yet completely consistent with read.
-
Henry authored
by introducing rational base-classes rather than using the hideous 'switch' statement. Further rationalization of the cell-selection mechanism will be implemented via an appropriate class hierarchy to replace the remaining 'switch' statement. Mesh-motion is currently handled very inefficiently for cellSets and not at all for inter-region coupling. The former will be improved when the cell-selection classes are written and the latter by making the meshToMesh class a MeshObject after it has been corrected for mapFields.
-
- May 29, 2015
-
-
Henry authored
fvOptions does not have the appropriate structure to support MRF as it is based on option selection by user-specified fields whereas MRF MUST be applied to all velocity fields in the particular solver. A consequence of the particular design choices in fvOptions made it difficult to support MRF for multiphase and it is easier to support frame-related and field related options separately. Currently the MRF functionality provided supports only rotations but the structure will be generalized to support other frame motions including linear acceleration, SRF rotation and 6DoF which will be run-time selectable.
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1720
-
Henry authored
-
Henry authored
SIMPLEC (SIMPLE-consistent) is selected by setting "consistent" option true/yes: SIMPLE { nNonOrthogonalCorrectors 0; consistent yes; } which relaxes the pressure in a "consistent" manner and additional relaxation of the pressure is not generally necessary. In addition convergence of the p-U system is better and reliable with less aggressive relaxation of the momentum equation, e.g. for the motorbike tutorial: relaxationFactors { equations { U 0.9; k 0.7; omega 0.7; } } The cost per iteration is marginally higher but the convergence rate is better so the number of iterations can be reduced. The SIMPLEC algorithm also provides benefit for cases with large body-forces, e.g. SRF, see tutorials/incompressible/SRFSimpleFoam/mixer and feature request http://www.openfoam.org/mantisbt/view.php?id=1714
-
- May 28, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1717
-
Henry authored
-
Henry authored
Resolves second part of http://www.openfoam.org/mantisbt/view.php?id=1717
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1716
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1712
-
Henry authored
Example usage: SBM { type tabulatedAccelerationSource; active true; selectionMode all; tabulatedAccelerationSourceCoeffs { timeDataFileName "constant/acceleration.dat"; } } Where the file constant/acceleration.dat contains a list of tuples containing time and a vector of the linear acceleration, angular velocity and angular acceleration e.g. 100 ( (0 ((0 0 0) (0 0 0) (0 0 0))) (0.001 ((-0.0001 0 4e-05) (5e-5 -0.0002 -3e-8) (0.24 -0.8 -1e-4))) . . . )
-
- May 26, 2015
- May 25, 2015
-
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1704
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1685
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1706
-
- May 24, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1687
-
- May 22, 2015
-
-
Henry authored
streamFunction: Evaluate which coordinate plan the 2D geometry is in filter-out the normal component Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1703
-
- May 21, 2015
-
-
Henry authored
-
- May 20, 2015
-
-
Henry authored
Patch provided by Daniel Jasiński Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1694
-
Henry authored
-
Chris Greenshields authored
using coded function object to change time step at CA = -15 degs Also updated incorrect scheme keywords in fvSchemes
-
- May 19, 2015
-
-
Chris Greenshields authored
-
Chris Greenshields authored
Existing case did not properly converge and suffered slow convergence with the water level failing to reach an equilibrium. A slight rise in the channel appears to help the water level reach an equlibrium when the flow rate over the rise matches the inlet flow rate.
-