mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected header
This commit is contained in:
@ -36,7 +36,7 @@ Description
|
|||||||
Example usage:
|
Example usage:
|
||||||
myInterfacePatchName
|
myInterfacePatchName
|
||||||
{
|
{
|
||||||
type turbulentTemperatureCoupledBaffle;
|
type compressible::turbulentTemperatureCoupledBaffle;
|
||||||
neighbourFieldName T;
|
neighbourFieldName T;
|
||||||
K K; // or none
|
K K; // or none
|
||||||
value uniform 300;
|
value uniform 300;
|
||||||
|
|||||||
@ -37,7 +37,7 @@ Description
|
|||||||
Example usage:
|
Example usage:
|
||||||
myInterfacePatchName
|
myInterfacePatchName
|
||||||
{
|
{
|
||||||
type turbulentTemperatureCoupledBaffleMixed;
|
type compressible::turbulentTemperatureCoupledBaffleMixed;
|
||||||
neighbourFieldName T;
|
neighbourFieldName T;
|
||||||
K K; // or none
|
K K; // or none
|
||||||
value uniform 300;
|
value uniform 300;
|
||||||
|
|||||||
Reference in New Issue
Block a user