; Fluent Example Input File ;---------------- ; Read mesh file /file/read-case l_pipe.msh ;---------------- ; define material properties ;/define/materials/list-properties air ;/define/material/change-create air ;---------------- ; Define simulation models /define/models unstead-2nd-order yes frozen-flux yes solver seg yes ;---------------- ; Define boundary conditions /define/bc pressure-inlet inlet no 200 no 0 no yes pressure-outlet outlet no 0 no yes no ;---------------- ; Set up parameters for "Solve" /solve/set reporting-interval 100 time-step 1.e-1 p-v-coupling 21 discr mom 1 pre 14 ;---------------- ; Initialize the flow field /solve/init init ;---------------- ; Set the resiudal limits /solve/monitors/residual conver 1.e-6 1.e-6 1.e-6 ;---------------- ; Set the number of time steps and iterations/step /solve/dual 50 100 ;---------------- ; Display the results ;/display/set/contours ;n-contour 31 ;/display/contour velocity-magnitude ;0 ;30 ;---------------- ; Save Case & Data files /file/write-case-data l_pipe_run /exit yes