Skip to content

Commit

Permalink
Merge pull request #10 from FoamScience/bugfix-mesh-motion
Browse files Browse the repository at this point in the history
refactor: move motion solver lib to libs folder
  • Loading branch information
tmaric authored Jan 25, 2024
2 parents c02c915 + 7120e7b commit 9e20981
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SOURCEME.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ export FOAM_CODE_TEMPLATES=$_REPO_ROOT/etc/dynamicCode/
## Compile OpenFOAM libs
wmake libso src/smartRedis
wmake libso src/functionObjects
wmake libso src/displacementSmartSimMotionSolver

## Compile OpenFOAM utilities
wmake applications/utilities/foamSmartSimSvd
wmake applications/utilities/foamSmartSimSvdDBAPI

## Copile OpenFOAM solvers
wmake applications/solvers/displacementSmartSimMotionSolver

cd "$orig_dir" || exit 1

0 comments on commit 9e20981

Please sign in to comment.