We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0757770 commit b974987Copy full SHA for b974987
examples/3D_lungwave/case.py
@@ -181,7 +181,7 @@
181
"patch_icpp(2)%length_x": 2000, # dlengx,#dlengx/2.+2, #
182
"patch_icpp(2)%length_y": dlengy,
183
"patch_icpp(2)%length_z": dlengz,
184
- "patch_icpp(2)%a2": interface_amp,
+ "patch_icpp(2)%a(2)": interface_amp,
185
"patch_icpp(2)%vel(1)": 0.0e00,
186
"patch_icpp(2)%vel(2)": 0.0,
187
"patch_icpp(2)%vel(3)": 0.0,
0 commit comments