updates for new thermo and general code tidying

This commit is contained in:
andy
2009-06-15 15:36:57 +01:00
parent 87103bfc84
commit 7d73dd3171
118 changed files with 658 additions and 1033 deletions

View File

@ -18,9 +18,9 @@
{
volVectorField U(Uheader, mesh);
autoPtr<basicThermo> thermo
autoPtr<basicPsiThermo> thermo
(
basicThermo::New(mesh)
basicPsiThermo::New(mesh)
);
volScalarField Cp = thermo->Cp();