- Jun 19, 2015
-
-
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
-
Henry authored
This is necessary to guarantee consistency between the residualAlpha used for drag and buoyancy in a multi-phase system
-
Henry authored
-
Henry authored
-
Henry authored
to allow combustionModel to be used with more general forms of multi-phase
-
- 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
-