1 fvMesh& mesh = solidRegions[i];
2 basicSolidThermo& thermo = thermos[i];
4 tmp<volScalarField> trho = thermo.rho();
5 const volScalarField& rho = trho();
7 tmp<volScalarField> tcp = thermo.Cp();
8 const volScalarField& cp = tcp();
10 tmp<volScalarField> tK = thermo.K();
11 //tmp<volSymmTensorField> tK = thermo.directionalK();
12 const volScalarField& K = tK();
13 //const volSymmTensorField& K = tK();
15 volScalarField& T = thermo.T();