MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
Adaptive Mesh Refinement (AMR)

initialAdaptation

MBool m_initialAdaptation
default = true

Activates initial adaptation.
Possible values are:

  • false, true

Keywords: MULTISOLVER, ADAPTATION

adaptation

MBool FvMbSolver::m_adaptation
default = false

Enable the use of adaptively refined grids.

Possible values are:

  • 0 (off)
  • 1 (on)

Keywords: GENERAL, ADAPTATION, GRID

adaptation

MBool m_adaptation
default = false
Triggers adaptive mesh refinement Possible values are:

  • true
  • false

Keywords: Mesh Adaptation, Cartesian Grid

adaptationInterval

MInt m_adaptationInterval
default = 0
Number of timesteps between mesh adaptations. Possible values are:

  • integer >=0

Keywords: Mesh Adaptation, Cartesian Grid

adaptationStart

MInt m_adaptationStart
default = 0
First possible time step with adaptation, i.e. adaptation is skipped before this time step! Possible values are:

  • integer >=0

Keywords: Mesh Adaptation, Cartesian Grid

adaptationStop

MInt m_adaptationStop
default = max. Int
Last possible time step with adaptation, i.e. adaptation is skipped after this time step! Possible values are:

  • integer >=0

Keywords: Mesh Adaptation, Cartesian Grid

noMaxAdaptations

MInt m_noMaxAdaptations
default = max. Int
Maximum number of adaptation calls, i.e. adaptation is skipped after this number of adaptation calls! Possible values are:

  • integer >=0

Keywords: Mesh Adaptation, Cartesian Grid