At the moment, the only FoamProblem we have implemented is BuyoantFoamProblem, which runs the buoyantFoam solver.
We should explore the possibility of adding support for other OpenFOAM solvers.
Outputs
A plan, in the form of an issue or issues, for other solvers to support.
A plan for how to incorporate the other solvers (basically a look at how well we've abstracted FoamProblem and how easy it is to add a new derived class with the same interface). This can be added as a comment to this issue.
Description
At the moment, the only
FoamProblem
we have implemented isBuyoantFoamProblem
, which runs thebuoyantFoam
solver.We should explore the possibility of adding support for other OpenFOAM solvers.
Outputs
FoamProblem
and how easy it is to add a new derived class with the same interface). This can be added as a comment to this issue.