Description

The filmPyrolysisVelocityCoupled is boundary condition designed to be used in conjunction with surface film and pyrolysis modelling.

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            filmPyrolysisVelocityCoupled;

    // Optional entries
    filmRegion      <word>;
    pyrolysisRegion  <word>;
    phi             <word>;
    rho             <word>;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: filmPyrolysisVelocityCoupled word yes -
pyrolysisRegion Name of pyrolysis region word no pyrolysisProperties
filmRegion Name of film region word no surfaceFilmProperties
phi Name of flux region word no phi
rho Name of density region word no rho

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 2.0.0