- Jul 14, 2015
-
-
Chris Greenshields authored
-
- Jul 12, 2015
-
-
Henry Weller authored
-
Henry Weller authored
The standard merge-algorithm is N^2 over the face-points and uses a geometric proximity test for the merge. These are both choices for implementation simplicity and are rather inefficient for large meshes. I have now implemented an experimental linear topological merge algorithm which is VERY fast and effective for meshes of any size. Currently it will merge internal faces on meshes of arbitrary complexity but does not yet handle edge or face collapse needed for wedges and other degenerate blocks. The new fast-merge algorithm may be selected using the optional "fastMerge" entry: fastMerge yes; and if not present the standard N^2 algorithm will be used. Henry G. Weller CFD Direct
-
Chris Greenshields authored
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1722
-
- Jul 07, 2015
-
-
Chris Greenshields authored
when OpenFOAM-format case files are not located
-
- Jul 06, 2015
-
-
Chris Greenshields authored
With contribution from Richard Jones
-
- Jul 05, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 04, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
-
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
-
Henry Weller authored
posPart returns a value or field in which the value or values are set to 0 if negative negPart returns a value or field in which the value or values are set to 0 if positive
-
Henry Weller authored
-
Henry Weller authored
In preparation for adding the Tsat function
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
for consistency with the evaluation of the interface temperature.
-
Henry Weller authored
Needs rewriting to avoid unnecessary code duplication, preferably using standard OpenFOAM interpolation functionality.
-
- Jul 02, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 01, 2015
-
-
Henry Weller authored
Provided by Richard Jones
-
Henry Weller authored
Provided by Richard Jones
-
Henry Weller authored
Generally this term has a VERY small effect on temperature, it is only important for low-speed buoyancy-dominated flows. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1755 See also http://cfd.direct/openfoam/energy-equation/
-
- Jun 30, 2015
-
-
Henry Weller authored
patchMeanVelocityForce: Variant of patchMeanVelocityForce in which the velocity is averaged over a patch rather than a cellSet This is useful to drive mean flow in a duct with a non-uniform cross-section.
-
Henry Weller authored
-
Henry Weller authored
as it is the applied the force necessary to maintain the specified mean velocity
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
construction of the phases is not complete
-
Henry Weller authored
-
Henry Weller authored
faceSource: Added weightedAreaAverage option Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1769
-
- Jun 29, 2015
-
-
Henry Weller authored
-
Henry Weller authored
tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumnEvaporatingReacting: Correct initial pressure to 10bar
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 28, 2015
-
-
Henry Weller authored
Resolves additional report http://www.openfoam.org/mantisbt/view.php?id=1474
-