- Apr 18, 2016
-
-
Henry Weller authored
-
- Feb 15, 2016
-
-
Henry Weller authored
-
- Feb 09, 2016
-
-
Henry Weller authored
-
- Nov 13, 2015
-
-
Henry Weller authored
-
- Oct 19, 2015
-
-
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
-
- Jul 21, 2015
-
-
Henry Weller authored
-
- Jul 20, 2015
-
-
Henry Weller authored
so that the specification of the name and dimensions are optional in property dictionaries. Update tutorials so that the name of the dimensionedScalar property is no longer duplicated but optional dimensions are still provided and are checked on read.
-
- Jul 15, 2015
-
-
Henry Weller authored
Added calls to setFluxRequired for p, p_rgh etc. in all solvers which avoids the need to add fluxRequired entries in fvSchemes dictionaries.
-
- Apr 24, 2015
-
-
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
-
- Feb 22, 2015
-
-
Henry authored
tutorials/multiphase/interDyMFoam/ras/floatingObject: Update to demonstrate MULES with Crank-Nicolson
-
- Jan 21, 2015
-
-
Henry authored
The old separate incompressible and compressible libraries have been removed. Most of the commonly used RANS and LES models have been upgraded to the new framework but there are a few missing which will be added over the next few days, in particular the realizable k-epsilon model. Some of the less common incompressible RANS models have been introduced into the new library instantiated for incompressible flow only. If they prove to be generally useful they can be templated for compressible and multiphase application. The Spalart-Allmaras DDES and IDDES models have been thoroughly debugged, removing serious errors concerning the use of S rather than Omega. The compressible instances of the models have been augmented by a simple backward-compatible eddyDiffusivity model for thermal transport based on alphat and alphaEff. This will be replaced with a separate run-time selectable thermal transport model framework in a few weeks. For simplicity and ease of maintenance and further development the turbulent transport and wall modeling is based on nut/nuEff rather than mut/muEff for compressible models so that all forms of turbulence models can use the same wall-functions and other BCs. All turbulence model selection made in the constant/turbulenceProperties dictionary with RAS and LES as sub-dictionaries rather than in separate files which added huge complexity for multiphase. All tutorials have been updated so study the changes and update your own cases by comparison with similar cases provided. Sorry for the inconvenience in the break in backward-compatibility but this update to the turbulence modeling is an essential step in the future of OpenFOAM to allow more models to be added and maintained for a wider range of cases and physics. Over the next weeks and months more turbulence models will be added of single and multiphase flow, more additional sub-models and further development and testing of existing models. I hope this brings benefits to all OpenFOAM users. Henry G. Weller
-
- Dec 14, 2014
-
-
Henry authored
-
- Dec 11, 2014
-
-
OpenFOAM-admin authored
-
- May 16, 2014
-
-
Henry authored
sixDoFRigidBodyMotion: Add support to specify the centre for rotation independent of the centre of mass via the point, line or plane constraints.
-
- Mar 17, 2014
-
-
Henry authored
Removed alphaOuterCorrectors option because the mass-flux should be updated for all PIMPLE iterations Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1225
-
- Feb 17, 2014
-
-
OpenFOAM-admin authored
-
- Feb 04, 2014
-
-
Henry authored
Better for most but not all cases.
-
- Jan 23, 2014
-
-
Henry authored
This provided greater accuracy and stability while MULES guarantees boundedness
-
- Dec 15, 2013
-
-
Henry authored
sub-dict and put the coefficients in the containing dictionary.
-
- Dec 10, 2013
-
-
Henry authored
sixDoFRigidBodyMotion/sixDoFRigidBodyMotionSolver: Support restart by caching state in the uniform directory sixDoFRigidBodyMotionSolver: use point-edge rather than face-cell wave to calculate point distance to surface.
-
- Dec 08, 2013
- Nov 10, 2013
-
-
Henry authored
-
- Nov 07, 2013
-
-
Henry authored
interDyMFoam/ras/floatingObject: Relax the acceleration
-
- Oct 31, 2013
-
-
Henry authored
-
- Sep 11, 2013
-
-
Henry authored
-
- Aug 13, 2013
-
-
Henry authored
-
- Jun 20, 2013
-
-
Henry authored
-
- Dec 19, 2012
-
-
mattijs authored
-
- Nov 23, 2012
-
-
mattijs authored
-
- Aug 31, 2012
-
-
mattijs authored
-
- Aug 02, 2012
-
-
Henry authored
-
- Jul 27, 2012
-
-
Henry authored
Required the addition of the divDevRhoR function to all incompressible turbulence models
-
- Apr 20, 2012
-
-
Henry authored
-
- Feb 29, 2012
-
-
Henry authored
-
- Jan 31, 2012
-
-
Henry authored
-
- Sep 09, 2011
-
-
andy authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Jun 17, 2011
-
-
OpenFOAM-admin authored
-
- Jun 08, 2011
-
-
andy authored
-