- Jun 25, 2015
-
-
Henry Weller authored
to correspond to the phase dilatation rate.
-
Henry Weller authored
to support any number of phases
-
Henry Weller authored
to be phase-symmetric so that the results are independent of which phase-fraction is solved.
-
- Jun 24, 2015
-
-
Henry Weller authored
-
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
With the SIMPLE "consistent" option and optimized relaxation factors this tutorial now converges in 210 iterations, previously with SIMPLE it took 950. Despite the increase in cost per time-step due to the increase in relaxation factors and number of solver iterations the speed-up is 3.5x.
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1759
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to support laminar simulations in the new framework. Unfortunately this allows LES models to be instantiated although they are not compatible with steady-state simulations.
-
- Jun 19, 2015
-
-
Henry Weller authored
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1754
-
Henry Weller authored
Select LTS via the ddtScheme: ddtSchemes { default localEuler rDeltaT; } The LTS algorithm is controlled with the standard settings in controlDict, e.g.: maxCo 0.5; maxDeltaT 2e-8; with the addition of the optional rDeltaT smoothing coefficient: rDeltaTSmoothingCoeff 0.02; which defaults to 0.02. For cases with reasonably uniform meshes like the forwardStep tutorial LTS does not provide much benefit but for cases with large variation in cell-size like the biconic25-55Run35 tutorial LTS provides significant speed-up to convergence particularly if started from uniform conditions.
-
- Jun 18, 2015
-
-
Henry Weller authored
Reverted changes proposed in http://openfoam.org/mantisbt/view.php?id=1548 as it adversely affects fixed-value BCs and is formulated to fix an issue with an unphysical case. Further analysis of the handling of fixed pressure outlet conditions as the Mach number approaches 1 is required.
-
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 17, 2015
-
-
Henry Weller authored
Now consistent with the way the Courant number is calculated for other solvers
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1748
-
- Jun 16, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1746
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1749
-
Henry Weller authored
on the lambda of the film
-
Henry Weller authored
-
- Jun 15, 2015
-
-
Henry Weller authored
-
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
Multi-species, mass-transfer and reaction support and multi-phase structure provided by William Bainbridge. Integration of the latest p-U and face-p_U algorithms with William's multi-phase structure is not quite complete due to design incompatibilities which needs further development. However the integration of the functionality is complete. The results of the tutorials are not exactly the same for the twoPhaseEulerFoam and reactingTwoPhaseEulerFoam solvers but are very similar. Further analysis in needed to ensure these differences are physical or to resolve them; in the meantime the twoPhaseEulerFoam solver will be maintained.
-
Henry Weller authored
-
Henry Weller authored
if it depends on the availability of the physical properties of both phases as the construction of the phase-system may not be complete.
-
Henry Weller authored
-
- Jun 11, 2015
-
-
Henry authored
Resolves additional bug-report http://www.openfoam.org/mantisbt/view.php?id=1544
-
Henry authored
-
Henry authored
Resolves additional request in http://www.openfoam.org/mantisbt/view.php?id=1544
-
- Jun 07, 2015
-
-
Henry authored
twoPhaseEulerFoam/interfacialModels/heatTransferModels/sphericalHeatTransfer: new heat-transfer model Model which applies an analytical solution for heat transfer from the surface of a sphere to the fluid within the sphere. Provided by William Bainbridge
-