- 29 Nov, 2015 1 commit
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1494
-
- 25 Nov, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1926
-
- 10 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 01 Nov, 2015 1 commit
-
-
Henry Weller authored
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible compilers otherwise __func__ to provide the function name string.
-
- 31 Oct, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1886
-
- 30 Oct, 2015 1 commit
-
-
Henry Weller authored
-
- 29 Oct, 2015 1 commit
-
-
Henry Weller authored
-
- 23 Oct, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1756
-
- 21 Oct, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1377
-
- 19 Oct, 2015 1 commit
-
-
Henry Weller authored
The built-in explicit symplectic integrator has been replaced by a general framework supporting run-time selectable integrators. Currently the explicit symplectic, implicit Crank-Nicolson and implicit Newmark methods are provided, all of which are 2nd-order in time: Symplectic 2nd-order explicit time-integrator for 6DoF solid-body motion: Reference: Dullweber, A., Leimkuhler, B., & McLachlan, R. (1997). Symplectic splitting methods for rigid body molecular dynamics. The Journal of chemical physics, 107(15), 5840-5851. Can only be used for explicit integration of the motion of the body, i.e. may only be called once per time-step, no outer-correctors may be applied. For implicit integration with outer-correctors choose either CrankNicolson or Newmark schemes. Example specification in dynamicMeshDict: solver { type symplectic; } Newmark 2nd-order time-integrator for 6DoF solid-body motion: Reference: Newmark, N. M. (1959). A method of computation for structural dynamics. Journal of the Engineering Mechanics Division, 85(3), 67-94. Example specification in dynamicMeshDict: solver { type Newmark; gamma 0.5; // Velocity integration coefficient beta 0.25; // Position integration coefficient } Crank-Nicolson 2nd-order time-integrator for 6DoF solid-body motion: The off-centering coefficients for acceleration (velocity integration) and velocity (position/orientation integration) may be specified but default values of 0.5 for each are used if they are not specified. With the default off-centering this scheme is equivalent to the Newmark scheme with default coefficients. Example specification in dynamicMeshDict: solver { type CrankNicolson; aoc 0.5; // Acceleration off-centering coefficient voc 0.5; // Velocity off-centering coefficient } Both the Newmark and Crank-Nicolson are proving more robust and reliable than the symplectic method for solving complex coupled problems and the tutorial cases have been updated to utilize this. In this new framework it would be straight forward to add other methods should the need arise. Henry G. Weller CFD Direct
-
- 17 Oct, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1872
-
- 09 Sep, 2015 2 commits
-
-
Henry Weller authored
Provided by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1767
-
Henry Weller authored
Provided by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1848
-
- 02 Sep, 2015 1 commit
-
-
Henry Weller authored
-
- 24 Aug, 2015 1 commit
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1826
-
- 06 Aug, 2015 1 commit
-
-
Henry Weller authored
-
- 19 Jul, 2015 1 commit
-
-
Henry Weller authored
-
- 17 Jul, 2015 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
Also removed __GNUC__ conditional compilation statements which are no longer needed.
-
- 04 Jul, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
-
- 30 Jun, 2015 1 commit
-
- 23 Jun, 2015 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
- 18 May, 2015 1 commit
-
-
Henry authored
-
- 04 May, 2015 3 commits
-
-
Henry authored
-
Henry authored
to create single layer extrusions with wedge and empty front and back patches respectively.
-
Henry authored
refineMesh: Improved command-line argument handling to be more consistent with other OpenFOAM utilities Command-line option handling: + If -all specified or no refineMeshDict exists or, refine all cells + If -dict <file> specified refine according to <file> + If refineMeshDict exists refine according to refineMeshDict When the refinement or all cells is selected apply 3D refinement for 3D cases and 2D refinement for 2D cases.
-
- 24 Apr, 2015 1 commit
-
-
Henry authored
For multi-region cases the default location of blockMeshDict is now system/<region name> If the blockMeshDict is not found in system then the constant directory is also checked providing backward-compatibility
-
- 21 Apr, 2015 1 commit
-
-
Henry authored
-
- 29 Mar, 2015 1 commit
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1112
-
- 24 Mar, 2015 1 commit
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
-
- 25 Feb, 2015 1 commit
-
-
Henry authored
Resolves issues with probes and findRefCell for meshes in which all cell face-pyramids are positive.
-
- 17 Feb, 2015 1 commit
-
-
Henry authored
Needed to create generic compressible turbulence model library
-
- 14 Feb, 2015 3 commits
-
-
Henry authored
refineWallLayer: Rationalize and add support for operating on a list of patch name regular expressions Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1525
-
Henry authored
-
Henry authored
-
- 12 Feb, 2015 3 commits
- 10 Feb, 2015 1 commit
-
-
Henry authored
-