I have been trying to simulate a developed turbulent boundary layer flow over a flat surface using a Periodic condition along the stream-wise and the span-wise direction with a Power Law as an input to this simulation. I have tried two different methods to employ these condition and have failed to run it.
Method 1:
&MESH IJK=45,45,180, XB= 0,15.75,0,18,0,15, MULT_ID='mesh'/
&MULT ID='mesh', DX=15.75, I_UPPER=3/
&SURF ID='inlet' VEL=-6, PROFILE='ATMOSPHERIC', Z0=0.5, PLE=0.21, COLOR='BLUE' /
&VENT PBX=0, SURF_ID='inlet'/
&SURF ID='sky', FREE_SLIP=.TRUE., COLOR='INVISIBLE' /
&VENT PBX=0, SURF_ID='PERIODIC'/
&VENT PBX=63, SURF_ID='PERIODIC'/
&VENT PBY=0, SURF_ID='PERIODIC'/
&VENT PBY=18, SURF_ID='PERIODIC'/
&VENT PBZ=15, SURF_ID='sky'/
Method 1:
&MESH IJK=45,45,180, XB= 0,15.75,0,18,0,15, MULT_ID='mesh'/
&MULT ID='mesh', DX=15.75, I_UPPER=3/
&SURF ID='inlet' VEL=-6, PROFILE='ATMOSPHERIC', Z0=0.5, PLE=0.21, COLOR='BLUE' /
&SURF ID='sky', FREE_SLIP=.TRUE., COLOR='INVISIBLE' /
&VENT PBX=0, SURF_ID='inlet'/
&VENT PBX=15.75, SURF_ID='OPEN'/
&VENT PBX=31.5, SURF_ID='PERIODIC'/
&VENT PBX=63, SURF_ID='PERIODIC'/
&VENT PBY=0, SURF_ID='PERIODIC'/
&VENT PBY=18, SURF_ID='PERIODIC'/
&VENT PBZ=15, SURF_ID='sky'/
I would like to know if I am making any errors in setting up th input files and how to correct them for this particular case.
Any help is appreciated