Skip to content

Commit

Permalink
Adds grid and solution for molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 10, 2024
1 parent 0cda0da commit 28b45e9
Show file tree
Hide file tree
Showing 3 changed files with 820 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/grids/nonog_mols/default.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bbb.mhdgeo = 1 #use MHD equilibrium
bbb.gengrid=0 #read mesh from gridue file
com.geometry = "snull"
com.isnonog = 1 #nonorthogal differencing used

bbb.methn = 33 #ion continuty eqn
bbb.methu = 33 #ion parallel momentum eqn
bbb.methe = 33 #electron energy eqn
bbb.methi = 33 #ion energy eqn
bbb.methg = 66 #neutral gas continuity eqn
Loading

0 comments on commit 28b45e9

Please sign in to comment.