release on 2013-05-16_07-06-53

This commit is contained in:
goniva
2013-05-16 07:06:53 +02:00
parent 60821fc645
commit 73c2d15d82
40 changed files with 1046 additions and 101 deletions

View File

@ -123,7 +123,7 @@ int main(int argc, char *argv[])
fvScalarMatrix pEqn
(
fvm::laplacian(rUA, p) == fvc::div(phi) + fvc::ddt(voidfraction)
fvm::laplacian(rUA, p) == fvc::div(phi) + particleCloud.ddtVoidfraction()
);
pEqn.setReference(pRefCell, pRefValue);