Skip to content

Initialize Block

This block contains information on molecular transport models

Warning

This block is mandatory for all simulations.


Flags Overview

Note

All flags and their description are included in the table below. A detailed description of which values are possible for each input flag follows.

Flag Required Description
MOLTRANS_LIB Yes determine which model is used for transport computation
DIF_SORET Yes determine whether to activate Soret effect in the computation
DIF_DUFOUR Yes determine whether to activate Dufour effect in the computation
DIF_MULTI Yes determine whether to activate multi-component diffusion model
DIF_ULEWIS Yes determine whether to activate unity Lewis number diffusion model
VOL_VISC Yes determine whether to consider volume viscosity
EGLIB_MODEL_NUM Yes determine which EGLIB model is used
EGLIB_SCALE_FACTOR Yes determine the scale factor for the EGLIB model
VISCOSITY_CTRL Yes determine whether to control the viscosity

Flags Details

MOLTRANS_LIB

Model choice for transport computation.

  • Type: Integer
  • Values: 1 (using Cantera) or 2 (useing EGlib).
  • Default: 1

DIF_SORET

Activate Soret effect (thermal diffusion) or not

  • Type: Boolean
  • Values: True or False.
  • Default: False

DIF_DUFOUR

Activate Dufour effect or not

  • Type: Boolean
  • Values: True or False.
  • Default: False

DIF_MULTI

Activate multi-component diffusion or not

  • Type: Boolean
  • Values: True or False.
  • Default: False

DIF_LEWIS

Activate unity Lewis number diffusion or not

  • Type: Boolean
  • Values: True or False.
  • Default: False

VOL_VISC

Consider volume viscosity or not

  • Type: Boolean
  • Values: True or False.
  • Default: False

EGLIB_MODEL_NUM

Model choice for EGlib.

  • Type: Integer
  • Values:
  • Default:

EGLIB_SCALE_FACTOR

Scale factor for EGlib model.

  • Type: Real
  • Values:
  • Default: 1.d0

VISCOSITY_CTRL

Control viscosity or not.

  • Type: Boolean
  • Values: True or False.
  • Default: False

Example:

&NML_TRANSPORT
    MOLTRANS_LIB=1,
    DIF_SORET=.FALSE.,
    DIF_DUFOUR=.FALSE.,
    DIF_MULTI=.false.,
    DIF_ULEWIS=.false.,
    VOL_VISC=.FALSE.,
    EGLIB_MODEL_NUM=2,
    EGLIB_SCALE_FACTOR=1.D0,
    VISCOSITY_CTRL=.FALSE.
/