From 8ee98070fc6e81cbae2fefba8188bb4ac5643941 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Mon, 18 Jun 2018 11:21:52 +0100 Subject: [PATCH] Update dimension set to new format --- .../conjugateCavity/constant/solid/thermalProperties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ); } );