Skip to content

Commit 2e770b3

Browse files
authored
Updated case parameters
1 parent 54e6528 commit 2e770b3

File tree

1 file changed

+5
-1
lines changed
  • examples/2D_TaylorGreenVortex

1 file changed

+5
-1
lines changed

examples/2D_TaylorGreenVortex/case.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,18 @@
6565
# Patch 1: Base ============================================
6666
# Uncomment the configuration of the Taylor Green Vortex in
6767
# 2D analytical patch under m_patch.f90
68-
'patch_icpp(1)%geometry' : 7,
68+
'patch_icpp(1)%geometry' : 20,
6969
'patch_icpp(1)%x_centroid' : 0.0,
7070
'patch_icpp(1)%y_centroid' : 0.0,
7171
'patch_icpp(1)%length_x' : 2.0*L,
7272
'patch_icpp(1)%length_y' : 2.0*L,
7373
'patch_icpp(1)%vel(1)' : 0.E+00,
7474
'patch_icpp(1)%vel(2)' : 0.E+00,
7575
'patch_icpp(1)%pres' : 1.E+05,
76+
# Define the characteristic length of the vortex
77+
'patch_icpp(1)%vortex_l' : l,
78+
# Define the characteristic velocity of the vortex
79+
'patch_icpp(1)%vortex_vel' : 0.1,
7680
'patch_icpp(1)%alpha_rho(1)' : 1.22,
7781
'patch_icpp(1)%alpha(1)' : 1.,
7882
# ==========================================================

0 commit comments

Comments
 (0)