/ ***************************************************************** / Disclaimer: This file was written by GAMBIT and contains / all the continuum and boundary entities and coordinate systems / defined in GAMBIT. Additionally, some frequently used FIPREP / commands are added. Modify/Add/Uncommment any necessary commands. / Refer to FIPREP documentation for complete listing of commands. / ***************************************************************** / / CONVERSION OF NEUTRAL FILE TO FIDAP Database / FICONV( NEUTRAL ) INPUT( FILE="disk.FDNEUT" ) OUTPUT( DELETE ) END / TITLE disk / FIPREP / / PROBLEM SETUP / PROBLEM(2-D,NONLINEAR,TRANSIENT) EXECUTION(NEWJOB) OPTIONS(UPWINDING) / PRINTOUT(NONE) TIMEINTEGRATION(BACKWARD,NSTEPS=32,DT=1.87535378079E-1,FIXED,NOPRED) / DENSITY(CONSTANT=1) VISCOSITY(CONSTANT=0.02) / ENTITY ( NAME = "inner", FLUID, MOVING) ENTITY ( NAME = "outer", FLUID ) ENTITY ( NAME = "walls", PLOT ) / BCNODE(VELOCITY,ZERO,ENTITY="walls") / END