- Jun 27, 2015
-
-
Henry Weller authored
-
- Jun 26, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Select LTS via the ddtScheme: ddtSchemes { default localEuler rDeltaT; } The LTS algorithm is currently 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. ddtSchemes { default localEuler rDeltaT; }
-
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.
-
Henry Weller authored
to support any number of phases
-
- Jun 25, 2015
-
-
Henry Weller authored
-
Henry Weller authored
correction in MovingPhaseModel<BasePhaseModel>::correct()
-
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
-
Henry Weller authored
-
Henry Weller authored
-
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
-