Loading [MathJax]/extensions/tex2jax.js
MAIA bb96820c
Multiphysics at AIA
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Coupling of solvers

read coupler data

lengthFactor

MFloat lengthFactor
default = 1

Set d_ref/L_ref the conversion between different reference length used in the non-dimensionalisation and the calculation of the solver specific Re-number in the FV (L_ref = L_grid) and LPT solver (L_ref = d_ref).
Keywords: PARTICLE, FINITE VOLUME

velocityFactor

MFloat velocityFactor
default = 1

Set a0/u_ref the conversion between different velocities used in the non-dimensionalisation and the calculation of the solver specific Re-number in the FV (a0) and LPT solver (u_ref).
Keywords: PARTICLE, FINITE VOLUME

viscosityFactor

MFloat viscosityFactor
default = 1.0

The conversion-factor for FV reference viscosity (mu_0 at T0) to LPT viscosity (mu_ref, at T_ref) as used in the solver-specific Re-numbers. The viscosityFactor itself is non-dimensional!


Keywords: PARTICLE, FINITE VOLUME

Author
Tim Wegmann

fvLptSpeciesId

MFloat COUPLER::m_fvLPTSpeciesId
default = 0

Specify the speciesId which the LPT particle liquid phase has in the FV-solver

integer values Keywords: LPT, FV, SPECIES, COUPLING

forceFvTimeStep

MFloat COUPLER::m_forceFvTimeStep
default = true

Specify whether the FV-solver alone should force the time-step in the FV-LPT coupling! Otherwise, the minimum timestep of LPT and FV solver is computed and enforce! This however requires a sub-coupling!

,false Keywords: LPT, FV, COUPLING

outsideDefault

MBool* LsFvMb::outsideDefault
default = true

A trigger which determines the default levelset values of a fv-cell if no connection a ls-cell can be found! This is the case if the ls-domain is smaller than the fv-domain! Possible values are:

  • true: possitive outsideGValue
  • false: negative outsideGValue

Keywords: LEVELSET, MULTIPLE LEVEL SET FUNCTIONS

allowLsInterpolation

MBool* LsFvMb::allowLsInterpolation
default = false

Trigger whether the level set values are interpolated between LS and FV-MB grids. Interpolation is required when the FvMb Solver has a higher resolution at the boundary, otherwise the version without interpolation is faster!

  • true: enable grid interpolation
  • false: disable grid interpolation

Keywords: LEVELSET, MULTIPLE LEVEL SET FUNCTIONS