Skip to content

Commit

Permalink
Add initial field information
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Hsieh-0129 committed Feb 6, 2025
1 parent e50aab4 commit 0b7ee6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/initialField.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ void CSSWM::Init::Init2d(CSSWM & model) {
model.csswm[p].hp[i][j] = 10454.608791605699;
model.csswm[p].up[i][j] = 0.;
model.csswm[p].vp[i][j] = 0.;

model.csswm[p].f[i][j] = 0.;
#endif
}
}
Expand Down

0 comments on commit 0b7ee6a

Please sign in to comment.