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 fd38353 commit fd32588Copy full SHA for fd32588
toolchain/mfc/run/case_dicts.py
@@ -39,7 +39,7 @@
39
for attribute in ["geometry", "radius", "radii", "epsilon", "beta",
40
"normal", "smoothen", "smooth_patch_id", "alpha_rho",
41
"smooth_coeff", "rho", "vel", "pres", "alpha", "gamma",
42
- "pi_inf", "r0", "v0", "p0", "m0","vortex_vel","vortex_l"]:
+ "pi_inf", "r0", "v0", "p0", "m0"]:
43
PRE_PROCESS.append(f"patch_icpp({p_id})%{attribute}")
44
45
for cmp_id, cmp in enumerate(["x", "y", "z"]):
0 commit comments