Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
new OpenFOAM keyword
  • Loading branch information
Sierd committed Oct 8, 2024
1 parent 6afe8ee commit 47ad11b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aeolis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
'process_seepage_face' : False, # Enable the process of groundwater seepage (NB. only applicable to positive beach slopes)
'visualization' : False, # Boolean for visualization of model interpretation before and just after initialization
'output_sedtrails' : False, # NEW! [T/F] Boolean to see whether additional output for SedTRAILS should be generated
'OpenFOAM' : False, # NEW! [T/F] Boolean to indicate coupling with OpenFOAM.
'nfraction_sedtrails' : 0, # [-] Index of selected fraction for SedTRAILS (0 if only one fraction)
'xgrid_file' : None, # Filename of ASCII file with x-coordinates of grid cells
'ygrid_file' : None, # Filename of ASCII file with y-coordinates of grid cells
Expand Down

0 comments on commit 47ad11b

Please sign in to comment.