exasim-project / OBR

A runner for OpenFOAM benchmarks
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

make OpenFOAMProject::print_operations also print generate and execute #159

Closed lupeterm closed 9 months ago

lupeterm commented 9 months ago

fixes #153 The output will now be:

[operations.py:34]    INFO: Available operations are:
    apply
    archive
    blockMesh
    checkMesh
    controlDict
    decomposePar
    execute
    fetchCase
    fvSchemes
    fvSolution
    generate
    initialConditions
    refineMesh
    runParallelSolver
    runSerialSolver
    setKeyValuePair
    shell
    transportProperties
    turbulenceProperties

Note, that execute was also missing from the list of available operations.

lupeterm commented 9 months ago

Can this be merged @greole, or do you have anything to add?