- Sep 22, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2264
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=1815
-
Henry Weller authored
-
- Sep 21, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2239
-
Henry Weller authored
-
Henry Weller authored
-
- Sep 20, 2016
-
-
Henry Weller authored
linearUpwind: Evaluate the gradient of each component of the field to provide support all field types Also reduces peak-storage as it now generates a volVectorField for each component rather than the gradient of the field type.
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
derivative of the stress tensor. See http://en.wikipedia.org/wiki/Upper-convected_Maxwell_model The model includes an additional viscosity (nu) from the transport model from which it is instantiated, which makes it equivalent to the Oldroyd-B model for the case of an incompressible transport model. See https://en.wikipedia.org/wiki/Oldroyd-B_model
-
Chris Greenshields authored
-
Henry Weller authored
Renamed the original 'laminar' model to 'Stokes' to indicate it is a linear stress model supporting both Newtonian and non-Newtonian viscosity. This general framework will support linear, non-linear, visco-elastic etc. laminar transport models. For backward compatibility the 'Stokes' laminar stress model can be selected either the original 'laminar' 'simulationType' specification in turbulenceProperties: simulationType laminar; or using the new more general 'laminarModel' specification: simulationType laminar; laminar { laminarModel Stokes; } which allows other laminar stress models to be selected.
-
Henry Weller authored
-
Henry Weller authored
-
- Sep 19, 2016
-
-
Henry Weller authored
solvers: Moved createRDeltaT.H into createFields.H so that it is available with the -postProcess option Required to support LTS with the -postProcess option with sub-models dependent on ddt terms during construction, in particular reactingTwoPhaseEulerFoam.
-
Henry Weller authored
Individual inward-pointing faces are checked and if all faces are inward-pointing the block is inside-out. These errors are fatal and the message indicates which block the error occurs in and where in the blockMeshDict the block is defined.
-
- Sep 17, 2016
-
-
Henry Weller authored
Patch proveded by Alexey Matveichev Resolves bug-report http://bugs.openfoam.org/view.php?id=2229
-
- Sep 16, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/bug_change_status_page.php
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2248
-
Henry Weller authored
Patch provided by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2226
-
- Sep 14, 2016
-
-
Henry Weller authored
Now works correctly for an arbitrary number of bodies Resolves bug-report http://bugs.openfoam.org/view.php?id=2211
-
Henry Weller authored
rigidBodyMeshMotionSolver: experimental nDoF mesh-motion solver supporting the displacement-based elliptic solvers Specification for the tutorials/multiphase/interDyMFoam/ras/floatingObject case: dynamicFvMesh dynamicMotionSolverFvMesh; motionSolverLibs ("librigidBodyMeshMotion.so" "libfvMotionSolvers.so"); solver rigidBodyMotionSolver; rigidBodyMotionSolverCoeffs { report on; meshSolver { solver displacementLaplacian; displacementLaplacianCoeffs { diffusivity inverseDistance (floatingObject); } } . . .
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2244
-
- Sep 10, 2016
-
-
Henry Weller authored
-
- Sep 09, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
-
Henry Weller authored
Renamed 'omega' to 'FSDomega' to avoid a clash with the k-omega turbulence models. Resolves bug-report http://bugs.openfoam.org/view.php?id=2237
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch provided by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2240
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
Now the postProcess utility '-region' option works correctly, e.g. for the chtMultiRegionSimpleFoam/heatExchanger case postProcess -region air -func "mag(U)" calculates 'mag(U)' for all the time steps in region 'air'.
-
- Sep 07, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2236
-
- Sep 06, 2016
-
-
Henry Weller authored
Patch provided by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2226
-
Henry Weller authored
algebraicPairGAMGAgglomeration: agglomerate based on the maximum of the upper and lower coefficients Patch provided by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2234
-
- Sep 05, 2016
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2051
-
Henry Weller authored
-
Henry Weller authored
-