"README.md" did not exist on "3de916e3b2cee664b84451d57d266608738cc5ce"
- Feb 28, 2015
- Feb 27, 2015
- Feb 26, 2015
-
-
Henry authored
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1548
-
- Feb 25, 2015
-
-
Henry authored
-
Henry authored
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1450
-
Henry authored
Proposed resolution of http://www.openfoam.org/mantisbt/view.php?id=1509
-
Henry authored
off-centre coefficient and the coefficient for the implicit part
-
Henry authored
-
Henry authored
Resolves issues with probes and findRefCell for meshes in which all cell face-pyramids are positive.
-
Henry authored
-
Henry authored
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1348
-
- Feb 23, 2015
- Feb 22, 2015
-
-
Henry authored
tutorials/compressible/sonicDyMFoam/movingCone: sonic version of the pimpleDyMFoam/movingCone tutorial
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
tutorials/multiphase/interDyMFoam/ras/floatingObject: Update to demonstrate MULES with Crank-Nicolson
-
Henry authored
Now using memory offsets to calculate transfer block sizes rather than sum of 'sizeof' to ensure word alignment is accounted for
-
Henry authored
-
Henry authored
-
- Feb 21, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1545
-
Henry authored
-
Henry authored
-
- Feb 20, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
This is an experimental feature demonstrating the potential of MULES to create bounded solution which are 2nd-order in time AND space. Crank-Nicolson may be selected on U and/or alpha but will only be fully 2nd-order if used on both within the PIMPLE-loop to converge the interaction between the flux and phase-fraction. Note also that Crank-Nicolson may not be used with sub-cycling but all the features of semi-implicit MULES are available in particular MULESCorr and alphaApplyPrevCorr. Examples of ddt specification: ddtSchemes { default Euler; } ddtSchemes { default CrankNicolson 0.9; } ddtSchemes { default none; ddt(alpha) CrankNicolson 0.9; ddt(rho,U) CrankNicolson 0.9; } ddtSchemes { default none; ddt(alpha) Euler; ddt(rho,U) CrankNicolson 0.9; } ddtSchemes { default none; ddt(alpha) CrankNicolson 0.9; ddt(rho,U) Euler; } In these examples a small amount of off-centering in used to stabilize the Crank-Nicolson scheme. Also the specification for alpha1 is via the generic phase-fraction name to ensure in multiphase solvers (when Crank-Nicolson support is added) the scheme is identical for all phase fractions.
-
- Feb 19, 2015