Thermodynamics: Initialized dpdt to 0 and added a switch on update

so that the effect of the term on the enthalpy equation is optional
This commit is contained in:
Henry
2012-09-13 11:25:55 +01:00
parent 5e9303103a
commit 8609c83645
39 changed files with 247 additions and 2059 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class volVectorField;
location "0";
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -25,11 +24,11 @@ boundaryField
{
type zeroGradient;
}
empty
{
type empty;
}
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
location "0";
object magU;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -32,5 +31,4 @@ boundaryField
}
}
// ************************************************************************* //

File diff suppressed because it is too large Load Diff