- Feb 12, 2015
- Feb 11, 2015
-
-
Henry authored
-
- Feb 10, 2015
-
-
Henry authored
-
- Feb 09, 2015
-
-
Henry authored
Also moved global classes which should be in the Foam namespace into it.
-
- Feb 06, 2015
-
-
Henry authored
PolynomialEntry: Templated polynomial DataEntry to support all basic field types from scalar to tensor This allows polynomial functions for e.g. velocity to be specified in the uniformFixedValue BC Consider a linear function for Ux(t) with Uy and Uz = 0: inlet { type uniformFixedValue; uniformValue polynomial ( ((10 0 0) (0 0 0)) ((100 0 0) (1 0 0)) ); } Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1508
-
- Feb 04, 2015
-
-
Henry authored
classes in the DebugSwitches sub-dictionary of system/controlDict
-
- Jan 12, 2015
-
-
Henry authored
-
- Jan 10, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1484
-
Henry authored
-
Henry authored
-
- Jan 09, 2015
-
-
Henry authored
-
Henry authored
Improves efficiency for moving-mesh cases
-
Henry authored
-
Henry authored
-
Henry authored
advectionDiffusionPatchDistMethod: Calculation of approximate distance to nearest patch for all cells and boundary by solving the Eikonal equation in advection form with diffusion smoothing.
-
- Jan 08, 2015
-
-
Henry authored
-
Henry authored
wallDist/patchDistMethods/Poisson: New method for fast calculation of an approximate wall-distance field by solving Poisson's equation
-
Henry authored
-
Henry authored
Currently these vectors are generated at the same time as the wall-distance field by the same run-time selected algorithm. This will be changed so that the wall-reflection vectors are only generated and stored if required.
-
Henry authored
When using models which require the wallDist e.g. kOmegaSST it will request the method to be used from the wallDist sub-dictionary in fvSchemes e.g. wallDist { method meshWave; } specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
-
- Jan 06, 2015
- Jan 02, 2015
-
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1471 Note: In order to avoid unexpectedly poor results I think it would be better if sub-cycling in time were limited to static meshes and solid-body motion only and the Vsc() function removed and I will consider this for the next release with the addition of a check for solid-body motion in the case that sub-cycling is applied. Now that MULES support semi-implicit operation there is less need for sub-cycling and I would recommend that you use this approach in interDyMFoam for your complex mesh motion cases.
-
Henry authored
-
- Jan 01, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=790
-
- Dec 31, 2014
-
-
Henry authored
-
Henry authored
To compile with 64bit labels set WM_LABEL_SIZE=64 in ~/OpenFOAM/dev/prefs.sh source ~/.bashrc then Allwmake in OpenFOAM-dev. This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt If WM_LABEL_SIZE is unset or set to 32: WM_LABEL_SIZE=32 the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt Thus both 32bit and 64bit label builds can coexist without problem.
-
- Dec 28, 2014
-
-
Henry authored
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1415
-
Henry authored
CrankNicolsonDdtScheme: Changed ddtCorr from a basic Euler scheme to include the Crank-Nicolson correction Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1468
-
- Dec 15, 2014
-
-
Henry authored
-
- Dec 10, 2014
-
-
Henry authored
-