Skip to content

Commit

Permalink
run the airlift case for one timestep
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrahimi committed Jan 29, 2025
1 parent 01a7aed commit d205bac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,9 @@ jobs:
cd tutorial_cases/loop_reactor_mixing
bash run.sh
cd ../../
- name: Run airlift reactor tutorial
run: |
cd tutorial_cases/airlift_40m
bash run.sh
cd ../../
2 changes: 1 addition & 1 deletion tutorial_cases/airlift_40m/system/controlDict
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ startFrom latestTime; //startTime; //latestTime

startTime 0;

stopAt endTime;
stopAt writeNow;//endTime;

endTime 500;

Expand Down

0 comments on commit d205bac

Please sign in to comment.