openfoam-smartsim
openfoam-smartsim copied to clipboard
Sub-module for OpenFOAM that provides a solver for embedding SmartSim and its external dependencies (i.e. SmartRedis) into OpenFOAM.
I am new to OpenFOAM, so I don't have almost any OpenFOAM programming experience. I would like to build DL models in Python, and use the smartsim/smartredis infrastructure to to...
Working MLP mesh deformation for OpenFOAM's wing2D_pimpleFoam tutorial.
Hey Tomislav @tmaric I had a look into this repo. Would you be up for adding it to the OpenFOAM package index we want to start at https://github.com/exasim-project/opi ? Also,...
The latest SmartSim version does not allow duplicated model names within a single Experiment. Moreover, each model creates a new subfolder corresponding to the model name when the model is...
The current content of the repo runs with SmartSim 0.6. As SmartSim 0.8 is a stable release, this repo should be updated.
- Separates out the training/definition of the model from the training script - Modifies the SmartSimMeshMotionSolver to only post the boundary points on initialization because they are static in time.
Build scripts use an explicit bash path as **/usr/bin/bash**, which fails on MacOS. If all occurrences were replaced with **/bin/bash**, the project would be more portable.