| #------------------------------------------------------------------------------- | |
| #---GENERAL--------------------------------------------------------------------- | |
| #------------------------------------------------------------------------------- | |
| #---APPLICATION SETTINGS-------------------------------------------------------- | |
| flowSolver = true | |
| gridGenerator = false | |
| restartFile.default = true | |
| initRestart = false | |
| calcBcResidual = false #true | |
| #---FLOW VARIABLES-------------------------------------------------------------- | |
| referenceLength = 1.0 # Cylinder diameter | |
| Ma = 0.2 | |
| Re = 300 | |
| periodicCartesianDir=[0, 0, 1] | |
| #---I/O------------------------------------------------------------------------- | |
| outputDir.default = "out_lb/" | |
| geometryInputFileName.default = "geometry.toml" | |
| gridInputFileName = "grid.Netcdf" | |
| gridOutputFileName = "grid.Netcdf" | |
| outputInitialCondition = true #false | |
| #---BALANCING & WEIGHTING------------------------------------------------------- | |
| partitionCellOffspringThreshold = 200000 | |
| #---NUMERICAL PROPERTIES-------------------------------------------------------- | |
| nDim = 3 | |
| noSolvers = 2 | |
| multiSolverGrid = true | |
| executionRecipe = "RECIPE_BASE" | |
| solvertype.default = "MAIA_UNIFIED" | |
| #---SOLUTION PROPERTIES--------------------------------------------------------- | |
| restartTimeStep = 500000 | |
| timeSteps = 1 | |
| solutionInterval.default = 20000000 | |
| solutionInterval.1 = 20000000 | |
| restartInterval = -1 # Here, means never | |
| residualInterval = 64000000 # Here, means never | |
| #---GRID PROPERTIES------------------------------------------------------------- | |
| maxNoCells = 80000000 | |
| scratchSize = 20.0 | |
| reductionFactor = 1.0 # initial cell length is multiplied with this factor | |
| maxRfnmntLvl = 14 | |
| domainLength = 64 | |
| zLength = 1.0 | |
| #---JET FORCING ON CUBE--------------------------------------------------------- | |
| lbObjectClass = 2 | |
| lbNoJets = 4 | |
| lbNoCylinder = 1 | |
| lbBndCndIdx = [6] | |
| lbJetsPerCyl = [4] | |
| # Jet 0: +y face (y=0.5), blowing -y, x in [0.375, 0.475], z in [-0.49, 0.49] | |
| # Jet 1: +z face (z=0.5), blowing -z, x in [0.375, 0.475], y in [-0.49, 0.49] | |
| # Jet 2: -y face (y=-0.5), blowing +y, x in [0.375, 0.475], z in [-0.49, 0.49] | |
| # Jet 3: -z face (z=-0.5), blowing +z, x in [0.375, 0.475], y in [-0.49, 0.49] | |
| lbJetCenter = [0.425, 0.5, 0.0, | |
| 0.425, 0.0, 0.5, | |
| 0.425,-0.5, 0.0, | |
| 0.425, 0.0,-0.5] | |
| lbJetNormals = [ 0.0,1.0, 0.0, | |
| 0.0, 0.0,1.0, | |
| 0.0, -1.0, 0.0, | |
| 0.0, 0.0, -1.0] | |
| lbJetSlotAxis = [0, 0, 0, 0] # axis across which the parabolic profile is applied, 0=x-axis, 1=y-axis, etc | |
| lbJetRanges = [1.0, 1.0, 1.0, 1.0] # not required by objectClass 2 / should be larger than max jet extent | |
| # Limits: [negX, negY, negZ, posX, posY, posZ] relative to jet center | |
| # Jet 0 (+y): x +/-0.1, y thin (on face), z +/-0.49 | |
| # Jet 1 (+z): x +/-0.1, y +/-0.49, z thin (on face) | |
| # Jet 2 (-y): x +/-0.1, y thin (on face), z +/-0.49 | |
| # Jet 3 (-z): x +/-0.1, y +/-0.49, z thin (on face) | |
| lbJetLimits = [0.05, 0.01, 0.49, 0.05, 0.01, 0.49, | |
| 0.05, 0.49, 0.01, 0.05, 0.49, 0.01, | |
| 0.05, 0.01, 0.49, 0.05, 0.01, 0.49, | |
| 0.05, 0.49, 0.01, 0.05, 0.49, 0.01] | |
| lbJetRadius = [0.5, 0.5, 0.5, 0.5] | |
| lbJetAngles = [0.0, 0.0, 0.0, 0.0] # not used for objectClass 2 | |
| lbJetIsAxJet = [false, false, false, false] | |
| lbControlActions = [0.0, 0.0, 0.0, 0.0] | |
| lbUseControlRamping = true | |
| lbRampPercentage = 0.8 | |
| #------------------------------------------------------------------------------- | |
| #---LBM------------------------------------------------------------------------- | |
| #------------------------------------------------------------------------------- | |
| #---I/O------------------------------------------------------------------------- | |
| outputDir.0 = "out_lb/" | |
| geometryInputFileName.0 = "geometry.toml" | |
| useNonSpecifiedRestartFile = true | |
| #---NUMERICAL PROPERTIES-------------------------------------------------------- | |
| solvertype.0 = "MAIA_LATTICE_BOLTZMANN" | |
| solverMethod = "MAIA_LATTICE_CUMULANT" | |
| noDistributions = 27 | |
| densityFluctuations = false | |
| interfaceMethod = "FILIPPOVA" | |
| multiBCTreatment = "I-W-P" | |
| inOutTest = "perpOp" | |
| interpolationDistMethod = "STD" # analytic wall distance calculation | |
| gridCutTest = "SAT" | |
| interfaceCellSize = 10.0 # ratio of number interface cells to overall cells | |
| #---FLOW INITIALIZATION--------------------------------------------------------- | |
| initMethod = "LB_LAMINAR_CYLINDER_INIT" | |
| initVelocityMethod = "fromSTL" | |
| bndNormalMethod = "fromSTL" | |
| # ramp viscosity for reasons of stability | |
| tanhInit = false # switch for asymptotic increase of Re | |
| initRe = 100.0 # initial Re | |
| initStartTime = 0 # global time at which the increase starts (in iterations) | |
| initTime = 2000 # time span for asymptotic increase (>99% of final value) (in iterations) | |
| #---GRID PROPERTIES------------------------------------------------------------- | |
| noHaloLayers.0 = 2 | |
| haloMode = 2 | |
| #---SOURCE TERMS---------------------------------------------------------------- | |
| lbSrcTerms = ["LB_SPONGE_EQDYNAM"] | |
| #---Sponge | |
| spongeLayerLayout = 1 | |
| spongeLayerThickness = 3.0 # thickness in STL units | |
| spongeThicknessFactor = [1.0,1.0, 1.0,2.0, 1.0,1.0] # thickness factor [negX,posX, negY,posY, negZ,posZ] | |
| spongeSigma = 0.3 | |
| spongeTrgRho = 1.0 | |
| #---FORCE LOG------------------------------------------------------------------- | |
| calculateWallForces = false | |
| forceFileName = "force.log" | |
| calculateWallForcesInterval = 1625 | |
| #------------------------------------------------------------------------------- | |
| #---POST------------------------------------------------------------------------ | |
| #------------------------------------------------------------------------------- | |
| restartFile.1 = false | |
| #---I/O------------------------------------------------------------------------- | |
| solutionOffset.1 = 100000000000000000 # Here, never ! | |
| geometryInputFileName.1 = "geometry.toml" | |
| #---NUMERICAL PROPERTIES-------------------------------------------------------- | |
| solvertype.1 = "MAIA_POST_DATA" | |
| postProcessing = false | |
| noPostProcessing = 1 | |
| postProcessingSolverIds = [0] | |
| postProcessingType_0 = "POSTPROCESSING_LB" | |
| postProcessingOps_0 = ["PP_PROBE_POINT_IN"] | |
| #--point sampling | |
| pp_probePath = "probe/" | |
| pp_probeCoordinates = [ -1.0, 0.0] | |
| #---GRID PROPERTIES------------------------------------------------------------- | |
| noHaloLayers.1 = 1 | |