Merge branch 'olesenm'

This commit is contained in:
andy
2011-01-04 10:52:41 +00:00
972 changed files with 7372 additions and 4906 deletions

View File

@ -73,7 +73,7 @@ int main(int argc, char *argv[])
solve(UEqn() == -fvc::grad(p));
p.boundaryField().updateCoeffs();
volScalarField rAU = 1.0/UEqn().A();
volScalarField rAU(1.0/UEqn().A());
U = rAU*UEqn().H();
UEqn.clear();

View File

@ -20,7 +20,7 @@ FoamFile
dictionaryReplacement
{
// Specify
// Specify
// - all fvPatchFields with potential non-uniform values
// - all fvPatchFields originating from meshing
// - all fvPatchFields originating from mesh-redistribution