Skip to main content

filmPyrolysisVelocityCoupled

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:

PropertyDescriptionTypeRequiredDefault
typeType name: filmPyrolysisVelocityCoupledwordyes-
pyrolysisRegionName of pyrolysis regionwordnopyrolysisProperties
filmRegionName of film regionwordnosurfaceFilmProperties
phiName of flux regionwordnophi
rhoName of density regionwordnorho

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.0.0