diff --git a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/thermalProperties b/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/thermalProperties index 453abfdac..625d6a1fe 100644 --- a/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/thermalProperties +++ b/tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/constant/solid/thermalProperties @@ -23,9 +23,9 @@ thermal material0 { type constant; - rho rho [1 -3 0 0 0] 10; - C C [0 2 -2 -1 0] 100; - k k [1 1 -3 -1 0] 10; + rho rho [1 -3 0 0 0 0 0] 10; + C C [0 2 -2 -1 0 0 0] 100; + k k [1 1 -3 -1 0 0 0] 10; // Values not used alpha alpha [0 0 0 -1 0 0 0] 0.0; @@ -40,7 +40,7 @@ thermal air // gap 0 { type constant; - beta beta [1 1 -3 -1 0] 1; + beta beta [1 1 -3 -1 0 0 0] 1; zones ( contactSurface ); } );