Skip to main content

lumpedMassWallTemperature

Description

The lumpedMassWallTemperature is a boundary condition that provides a lumped mass model for temperature.

It considers a single temperature value for the whole patch and evaluates the temperature evolution using the net heat flux into the patch.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type lumpedMassWallTemperature;
Cp <scalar>;
mass <scalar>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: lumpedMassWallTemperaturewordyes-
CpHeat capacity [J/kg/K]scalaryes-
massTotal mass [kg]scalaryes-

The inherited entries are elaborated in:

  • mixedFvPatchFields.H
  • temperatureCoupledBase.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2206