ENH: Changing mechanical and thermal properties to volScalarFields

This commit is contained in:
Sergio Ferraris
2011-10-25 17:40:30 +01:00
parent 72cc4cd7d8
commit 8ebd492595
6 changed files with 234 additions and 65 deletions

View File

@ -20,6 +20,11 @@ d2dt2Schemes
default steadyState;
}
ddtSchemes
{
default Euler;
}
gradSchemes
{
default leastSquares;