- Jul 03, 2015
-
-
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
Needs rewriting to avoid unnecessary code duplication, preferably using standard OpenFOAM interpolation functionality.
-
- Jul 02, 2015
-
-
Henry Weller authored
-
- Jul 01, 2015
-
-
Henry Weller authored
Provided by Richard Jones
-
Henry Weller authored
Provided by Richard Jones
-
- 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
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
-
- Jun 28, 2015
-
-
Henry Weller authored
Resolves additional report http://www.openfoam.org/mantisbt/view.php?id=1474
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Now the specification of the LTS time scheme is simply: ddtSchemes { default localEuler; }
-
- Jun 26, 2015
-
-
Henry Weller authored
-
Henry Weller authored
LTS is selected by the ddt scheme e.g. in the tutorials/multiphase/interFoam/ras/DTCHull case: ddtSchemes { default localEuler rDeltaT; } LTSInterFoam is no longer needed now that interFoam includes LTS support.
-
- Jun 25, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Patches provided by Timm Severin Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1764
-
Henry Weller authored
-
- Jun 24, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
//- Return the set of times selected based on the argList options // including support for \b -newTimes in which times are selected // if the file <fName> does not exist in the time directory. // Also set the runTime to the first instance or the // \c constant/ directory if no instances are specified or available static instantList select ( Time& runTime, const argList& args, const word& fName ); This is experimental functionality and currently on test in the yPlus post-processing utility.
-
- Jun 23, 2015
-
-
Henry Weller authored
-
- Jun 19, 2015
-
-
Henry Weller authored
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1754
-
- Jun 18, 2015
-
-
Henry Weller authored
Use the trace as the limiter function for both symmTensor and tensor to bound the normal stresses rather than the shear stresses. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1751
-
- Jun 16, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1746
-
Henry Weller authored
on the lambda of the film
-
- Jun 15, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1745
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1636
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1741
-
- Jun 13, 2015
-
-
Henry Weller authored
pairPatchAgglomeration: Do not use the result agglomeratePatch if the return indicates it is not valid Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
-
- Jun 12, 2015
-
-
Henry Weller authored
Applying patches provided by Timo Niemi Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1636
-
Henry Weller authored
-