Skip to content

Commit

Permalink
fix execution and add space domain specs
Browse files Browse the repository at this point in the history
add basic laplacian code #68
  • Loading branch information
prudhomm committed Oct 24, 2022
1 parent 12428d8 commit 1257a70
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/cases/laplacian/fin/fin2d.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,20 @@
"laplacian": {
"Domain": {
//"marker": ["Post"]
"levelset": "y<0.50001:y"
"levelset": "x > 0:x:y"
}
}
},
"Time":
{
"laplacian" :{
"steady": false,
"order" : 1,
"start": 0.0,
"end": 1.0,
"step": 0.1
}
},
"Materials": {
"Post": {
"k": "1",
Expand Down

0 comments on commit 1257a70

Please sign in to comment.