- Jun 24, 2022
-
-
Andrew Heather authored
-
Mark OLESEN authored
- the file removal cleanup, which makes reasonable sense for redistribute mode, always forced the removal of the reconstructed lagrangian fields (since all of the non-master fields are empty by definition)! Detect reconstruct mode (by using constructSize from the map) to circumvent this logic.
-
Mark OLESEN authored
- zero-sized faMeshSubset and fvMeshSubset had READ_IF_PRESENT instead of simply copying the schemes/solution setting from the baseMesh
-
- Jun 23, 2022
-
-
Mark OLESEN authored
- fvMeshSubset zero constructor triggers readIfPresent for fvSchemes/fvSolution: causing mismatched parallel communication
-
Mark OLESEN authored
-
Mark OLESEN authored
- use hand-rolled interesction routines instead of CGAL routines. Ignored if compiled without CGAL support.
-
Mark OLESEN authored
TUT: prefer 'subtract' instead of old 'delete' TUT: enable multiFieldValue function object, update topoSet action
-
Andrew Heather authored
-
mattijs authored
-
- Jun 22, 2022
-
-
Mark OLESEN authored
TUT: use redistributePar for multiphase/interFoam/RAS/DTCHull
-
Mark OLESEN authored
-
- Jun 21, 2022
-
-
Mark OLESEN authored
- relevant docs updated to v2206
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- as part of the style change, include guards are increasingly prefixed with 'Foam_'
-
Mark OLESEN authored
STYLE: replace stray 'Web:' entries with 'Website:'
-
Andrew Heather authored
-
Andrew Heather authored
General enhancement to icoReactingMultiphaseInterFoam solver, sub-models and FO's See merge request !542
-
TUT: icoReactingMultiphaseInterFoam: various changes in settings
-
ENH: saturationModels: new library for saturation models
-
TUT: icoReactingMultiphaseInterFoam: update thermophysicalProperties.liquid
-
-
-
phaseSystemModels function objects are relocated within functionObjects in order to enable broader usage. ENH: multiphaseInterHtcModel: new heatTransferCoeff function object model COMP: createExternalCoupledPatchGeometry: add new dependencies COMP: alphaContactAngle: avoid duplicate entries between multiphaseEuler and reactingEuler TUT: damBreak4Phase: rename alphaContactAngle as multiphaseEuler::alphaContactAngle
-
Co-authored-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
-
thermoTools is a relocation of various existing tools: - src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/ - src/semiPermeableBaffle/derivedFvPatchFields/ - src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/ ENH: Allwmake: reordering various compilation steps Co-authored-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
-
- Jun 17, 2022
-
-
Andrew Heather authored
-
- Jun 15, 2022
-
-
mattijs authored
This is on - incompressible/pimpleFoam/laminar/mixerVesselAMI2D/mixerVesselAMI2D-topologyChange - redistributePar -reconstruct where the fvMesh::updateMesh does an early trigger of mesh.phi() calculation
-
mattijs authored
Specific to the VOF-to-lagrangian FO is to generate particles which potentially do not relate to the mesh. So here they are preserved instead of trying to locate them on the reconstructed mesh. Note: this has the same effect of actually copying the file...
-
mattijs authored
-
Andrew Heather authored
s2s linear system solution using lduMatrix See merge request !550
-
ENH: Adding report after matrix smoothing
-
Mark OLESEN authored
TUT: remove paraFoam hints from tutorials (mostly only need paraview now) STYLE: remove reference to paraview _SM plugins (OpenFOAM-v1912 and earlier)
-
-
Mark OLESEN authored
BUG: inconsistent "U" name on re-read (buoyancyEnergy) STYLE: fix spelling inconsistencies
-
- Jun 14, 2022
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- for tracing tutorials execution
-
Mark OLESEN authored
ENH: setTurbulenceFields: new automatic initialisation method for turbulence fields See merge request !545
-