1 Info<<
"Reading thermal properties\n" <<
endl;
3 IOdictionary thermalProperties
15 Switch thermalStress(thermalProperties.lookup(
"thermalStress"));
20 dimensionSet(0, 2, -2 , -1, 0),
27 dimensionSet(0, 2, -1 , 0, 0),
37 Info<<
"Normalising k : k/rho\n" <<
endl;
40 Info<<
"Calculating thermal coefficients\n" <<
endl;
42 threeKalpha = threeK*alpha;
43 DT.value() = (k/C).value();
45 Info<<
"threeKalpha = " << threeKalpha.value() <<
" Pa/rho\n";