Skip to content

Commit d7c2fe7

Browse files
committed
WIP: corotational MMS 3D - BC initialization issue
1 parent 32a79ea commit d7c2fe7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/Freefem/MMS/3D/params.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"length": 1.0,
33
"youngModulus": 1e6,
44
"reference": {
5-
"nx": 6,
5+
"nx": 20,
66
"nu": 0.3
77
},
88
"convergence": {
99
"nu_values": [0.0, 0.3, 0.49],
1010
"nx_values": {
11-
"sinus_neumann": [4, 6, 8, 12, 16]
11+
"sinus_neumann": [4, 6, 8, 12, 16],
12+
"sinus_corotational": [4, 6, 8, 12, 20]
1213
}
1314
}
1415
}

0 commit comments

Comments
 (0)