File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
examples/2D_TaylorGreenVortex Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 # ==========================================================
You can’t perform that action at this time.
0 commit comments