Skip to content

Tags: makerjk/OpenFOAM-dev

Tags

20210815

Toggle 20210815's commit message
surfaceTransformPoints, transformPoints: documented transformations i…

…n '-help' option

version-9

Toggle version-9's commit message
Created tag for OpenFOAM-9

20210715

Toggle 20210715's commit message
MeshZones: Renamed ZoneMesh to MeshZones

20210703

Toggle 20210703's commit message
systemDict: Added support for system as the default directory for the…

… -dict option

With this change both

    blockMesh -dict fineBlockMeshDict
    blockMesh -dict system/fineBlockMeshDict

are supported, if the system/ path is not specified it is assumed

20210612

Toggle 20210612's commit message
multiphaseEulerFoam: Updated tutorials for improved internal energy p…

…ressure work term

20210522

Toggle 20210522's commit message
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev

20210425

Toggle 20210425's commit message
Reaction: Simplified rate methods

The linearisation of the reaction rate relative to the concentration of
a reference specie is not required anywhere. This data has been removed
from the rate method's output and the internals of the rate method
simplified accordingly. The clipping in the rate methods has also been
simplified and made consistent across the different rate and rate
derivative methods.

20210412

Toggle 20210412's commit message
multiphaseInterFoam: Added a simple RAS tutorial

20210315

Toggle 20210315's commit message
surfaceFilmModels::transferModels: Removed unused functions

20210220

Toggle 20210220's commit message
drivaerFastback: changed mesh size options.

Allrun script includes the following options
-c | -cores <nCores>   number of cores in parallel run
-h | -help             help
-m | -mesh <S|M|L|XL>  mesh size
                       - S: small, 440k cells
                       - M: medium, 3M cells (default)
                       - L: large, 22.5M cells
                       - XL: extra large, ~200M cells