OFDataCommittee / openfoam-smartsim

Sub-module for OpenFOAM that provides a solver for embedding SmartSim and its external dependencies (i.e. SmartRedis) into OpenFOAM.
GNU General Public License v3.0
21 stars 11 forks source link

feat: add tutorial for ensembles using the function object #27

Closed FoamScience closed 2 months ago

FoamScience commented 2 months ago

Provides cleaner solution to what #26 was tracking.

The Function Object inherently works with ensembles just fine. Just set export SSKEYIN=$SSKEYOUT in Allrun scripts of the OpenFOAM case.

AndreWeiner commented 2 months ago

Minor comment: the Python driver script for the ensemble test expects the pitzDaily base case under ./input; on the other hand side, the SVD tutorial expects the case in the current directory; the paths should be consistent for both setups to avoid duplication.

AndreWeiner commented 2 months ago

I was about to say that adding a README would be great :-)