- 05 Aug, 2020 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- prelude to code refactoring NOTE no source code change in this commit, only relocation, renaming and adjustment of Make/{files,options}
-
- 04 May, 2020 1 commit
-
-
Mark Olesen authored
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 24 Sep, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 07 Jun, 2019 1 commit
-
-
Sergio Ferraris authored
Integration of VOF MULES new interfaces. Update of VOF solvers and all instances of MULES in the code. Integration of reactingTwoPhaseEuler and reactingMultiphaseEuler solvers and sub-models Updating reactingEuler tutorials accordingly (most of them tested) New eRefConst thermo used in tutorials. Some modifications at thermo specie level affecting mostly eThermo. hThermo mostly unaffected New chtMultiRegionTwoPhaseEulerFoam solver for quenching and tutorial. Phases sub-models for reactingTwoPhaseEuler and reactingMultiphaseEuler were moved to src/phaseSystemModels/reactingEulerFoam in order to be used by BC for chtMultiRegionTwoPhaseEulerFoam. Update of interCondensatingEvaporatingFoam solver.
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 09 Feb, 2018 1 commit
-
-
Mark Olesen authored
- more consistent with STL practices for function classes. - string::hash function class now operates on std::string rather than Foam::string since we have now avoided inadvertent use of string conversion from int in more places.
-
- 04 Jul, 2017 1 commit
-
-
Mark Olesen authored
ENH: add degToRad() multiplier (useful for scalar fields) - use degToRad() functions throughout instead of scattered local solutions
-
- 28 Apr, 2016 1 commit
-
-
Henry Weller authored
When the GeometricBoundaryField template class was originally written it was a separate class in the Foam namespace rather than a sub-class of GeometricField as it is now. Without loss of clarity and simplifying code which access the boundary field of GeometricFields it is better that GeometricBoundaryField be renamed Boundary for consistency with the new naming convention for the type of the dimensioned internal field: Internal, see commit 4a57b9be This is a very simple text substitution change which can be applied to any code which compiles with the OpenFOAM-dev libraries.
-
- 07 Jul, 2013 1 commit
-
-
Henry authored
-
- 28 Aug, 2012 1 commit
-
-
Henry authored
phaseModelTable superseded by PtrDictionary
-
- 25 Jun, 2012 1 commit
-
-
Henry authored
Also improved the efficiency of the handling of the models by evaluating only those specified.
-
- 22 Jun, 2012 2 commits
- 26 Oct, 2011 1 commit
-
-
Henry authored
-
- 05 Sep, 2011 2 commits
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 09 Aug, 2011 2 commits
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 13 Oct, 2010 1 commit
-
-
Henry authored
CHT solvers still to do
-
- 29 Sep, 2010 1 commit
-
-
Henry authored
-
- 27 Jul, 2010 1 commit
-
-
graham authored
Exception: applyWallFunctionBoundaryConditions.C cannot split #include directives.
-
- 10 Jun, 2010 1 commit
-
-
henry authored
multiphaseInterFoam: changed alphaContactAngleFvPatchScalarField to multiphaseAlphaContactAngleFvPatchScalarField to avoid name clashed with the version of alphaContactAngleFvPatchScalarField in the interfaceProperties library.
-
- 18 May, 2010 1 commit
-
-
Andrew Heather authored
This reverts commit c600ce54.
-
- 17 May, 2010 1 commit
-
-
Mark Olesen authored
- fix 'forAll (' -> 'forAll(' format (again)
-
- 12 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 30 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 26 Feb, 2009 1 commit
-
-
Mark Olesen authored
- make table power-of-two, but since it seems to give 1-2% performance improvement, maybe forget it too. - remove two-argument form of hashing classes and do the modulus direclty within HashTable instead. This simplifies things a fair bit. - migrate Hash<void*> from db/dlLibrary to primitives/hashes/Hash
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 17 Jun, 2008 1 commit
-
-
henry authored
-