Solved the forcing function boundary problem.
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"meshdir = \"/scratch/data/mvaisala/forcingtest/\""
|
||||
"meshdir = \"/scratch/data/mvaisala/forcingtest/\"\n",
|
||||
"#meshdir = \"/scratch/data/mvaisala/normaltest/\""
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -34,7 +35,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"#imesh = 30000\n",
|
||||
"imesh = 30000\n",
|
||||
"imesh = 100\n",
|
||||
"mesh = ad.read.Mesh(imesh, fdir=meshdir)"
|
||||
]
|
||||
},
|
||||
@@ -101,15 +102,8 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"vis.lineplot.plot_ts(ts, lnrho=1, uutot=1, uux=1, uuy=1, ss=1)"
|
||||
"vis.lineplot.plot_ts(ts, lnrho=1, uutot=1, uux=1, uuy=1, uuz=1, ss=1)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
Reference in New Issue
Block a user