tutorials/modules/CHT: Removed unused kappa entries

This commit is contained in:
Henry Weller
2022-11-14 13:55:56 +00:00
parent 41931e264c
commit 5c0265beb5
6 changed files with 4 additions and 6 deletions

View File

@ -30,7 +30,6 @@ boundaryField
"baffle3D_to_fluid_.*"
{
type coupledTemperature;
kappa kappa;
value $internalField;
}
}

View File

@ -30,7 +30,6 @@ boundaryField
"fluid_to_baffle3D_.*"
{
type coupledTemperature;
kappa kappa;
value $internalField;
}

View File

@ -40,7 +40,8 @@ boundaryField
wall
{
type coupledTemperature;
kappa kappa;
thicknessLayers (1e-3);
kappaLayers (1e-3);
value $internalField;
}

View File

@ -22,7 +22,8 @@ boundaryField
wall
{
type coupledTemperature;
kappa kappa;
thicknessLayers (1e-3);
kappaLayers (1e-3);
value $internalField;
}
}

View File

@ -37,7 +37,6 @@ boundaryField
wall
{
type coupledTemperature;
kappa kappa;
value uniform $Tinitial;
}

View File

@ -25,7 +25,6 @@ boundaryField
{
type coupledTemperature;
value $internalField;
kappa kappa;
}
}