- 15 Dec, 2021 5 commits
-
-
-
-
ENH: discard rhoCentralDyMFoam by merging it with rhoCentralFoam
-
-
-
- 13 Dec, 2021 1 commit
-
-
Co-authored-by: Niels Gjøl Jacobsen <> Co-authored-by: Konstantinos Missios <> Co-authored-by:
Henning Scheufler <henning.scheufler@dlr.de> Co-authored-by:
Johan Roenby <johan.roenby@gmail.com>
-
- 10 Dec, 2021 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 09 Dec, 2021 1 commit
-
-
- 26 Nov, 2021 1 commit
-
-
- 05 Nov, 2021 1 commit
-
-
Mark OLESEN authored
STYLE: use alias to mark partialFaceAreaWeightAMI deprecation after v2012
-
- 28 Oct, 2021 1 commit
-
-
sergio authored
-
- 15 Oct, 2021 1 commit
-
-
Mark OLESEN authored
- avoid deprecated autoPtr check - bundle bool values in fvPatchField for compacter allocation - change useImplicit to a set method taking an argument instead of allowing direct access.
-
- 14 Oct, 2021 1 commit
-
-
sergio authored
-
- 17 Aug, 2021 1 commit
-
-
Andrew Heather authored
-
- 06 Aug, 2021 1 commit
-
-
sergio authored
-
- 05 Aug, 2021 1 commit
-
-
- 03 Aug, 2021 1 commit
-
-
- 16 Jul, 2021 3 commits
-
-
The original thermoSurfaceFilm sub-models were divided between kinematicSurfaceFilm and thermoSurfaceFilm in order to use the surfaceFilm model in a kinematicCloud. The film interaction models are now in a kinematicSurface class which can be used in a kinematic cloud adding constant thermal properties (p and T) for some sub-models, e.g. drySplashInteraction/wetSplashInteraction. pRef and Tref were added to the kinematicSurfaceFilm as entry to the regionFilm when used with a kinematic cloud. In the finite area surface film model Tref, pRef are stored in filmSubModelBase. TUT: kinematicParcelFoam: new tutorial pitzDailySprinkles
-
-
-
- 15 Jul, 2021 1 commit
-
-
Mark OLESEN authored
-
- 12 Jul, 2021 1 commit
-
-
sergio authored
-
- 08 Jul, 2021 2 commits
- 29 Jun, 2021 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 18 Jun, 2021 1 commit
-
-
- 07 Jun, 2021 1 commit
-
-
Mark OLESEN authored
- resizes to current fieldNames_ size and assigns everything to false to avoid any "stickiness" if the field ordering changes between reads. ENH: additional debugging faOption/fvOption (#2110) - aids tracing which sources are being used/ignored - update code style STYLE: rename CodedSource -> CodedFvSource - avoid future name clashes with CodedFaSource
-
- 12 May, 2021 1 commit
-
-
Mark OLESEN authored
- use polyMesh::defaultRegion instead of fvMesh::defaultRegion and others via static inheritance. (92 vs ~25 occurrences)
-
- 19 Apr, 2021 1 commit
-
-
- additional dummy template parameter to assist with supporting derived classes. Currently just used for string types, but can be extended. - provide hash specialization for various integer types. Removes the need for any forwarding. - change default hasher for HashSet/HashTable from 'string::hash' to `Hash<Key>`. This avoids questionable hashing calls and/or avoids compiler resolution problems. For example, HashSet<label>::hasher and labelHashSet::hasher now both properly map to Hash<label> whereas previously HashSet<label> would have persistently mapped to string::hash, which was incorrect. - standardize internal hashing functors. Functor name is 'hasher', as per STL set/map and the OpenFOAM HashSet/HashTable definitions. Older code had a local templated name, which added unnecessary clutter and the template parameter was always defaulted. For example, Old: `FixedList<label, 3>::Hash<>()` ...
-
- 15 Apr, 2021 1 commit
-
-
DOC: improve header-file content STYLE: fix stray use of wordReList instead of wordRes Co-authored-by: Kutalmis Bercin
-
- 24 Mar, 2021 1 commit
-
-
- overCompressibleInterDyMFoam: Overset solver for two compressible, non-isothermal, immiscible fluids using a VOF (i.e. volume of fluid) phase-fraction based interface capturing approach. - overInterPhaseChangeDyMFoam: Overset solver for two incompressible, isothermal, immiscible fluids with phase-change (e.g. cavitation) using VoF (i.e. volume of fluid) phase-fraction based interface capturing approach. - adds new tutorials: - multiphase/overCompressibleInterDyMFoam/compressibleTwoSimpleRotors - multiphase/overInterPhaseChangeDyMFoam/twoSimpleRotors Signed-off-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
-
- 18 Mar, 2021 2 commits
- 17 Mar, 2021 2 commits
-
-
Mark OLESEN authored
- simplifies local toggling. - centralize fileModification static variables into IOobject. They were previously scattered between IOobject and regIOobject
-
to operate with overset 1) Adding zoneMotion to rigidBodyMotion 2) Introducing PID to prescribedRotation restraint 3) Making drivenLinearMotion read total displacement 4) When drivenLinearMotion is used sixDof and rigid-body solvers write total displacement
-
- 04 Mar, 2021 1 commit
-
-
- 22 Feb, 2021 1 commit
-
-
Adding thermo options for mass exchange Lee model for multiPhaseInter using tabulated type of thermos.
-
- 15 Feb, 2021 1 commit
-
-
sergio authored
-