timeVaryingMassSorption
Description
The timeVaryingMassSorption is a boundary condition that provides
a first order fixed-value condition for a given scalar field to model
time-dependent adsorption-desoprtion processes to be used with the
interfaceOxideRate mass model
where:
| Property | Description |
|---|---|
| Concentration at cell | |
| Concentration at wall | |
| Adsorption rate constant [1/s] | |
| Desorption rate constant [1/s] | |
| Weight function | |
| Max concentration at wall |
Usage
The condition requires entries in both the boundary and field files.
Boundary file
<patchName>
{
type patch;
...
}
Field file
<patchName>
{
type timeVaryingMassSorption;
kbas <scalar>;
max <scalar>;
// Optional entries
kdes <scalar>;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: timeVaryingAdsorption | word | yes | - |
kbas | Adsorption rate constant | scalar | yes | - |
max | Maximum concentation at wall | scalar | yes | - |
kdes | Desorption rate constant | scalar | no | 0 |
The inherited entries are elaborated in:
- fixedValueFvPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version v2106