mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix/correct some tests. Remove useless tests
This commit is contained in:
@ -74,7 +74,7 @@ int main(int argc, char *argv[])
|
||||
);
|
||||
|
||||
Info<< "create field phi\n" << endl;
|
||||
surfaceScalarField phi = fvc::interpolate(U) & mesh.Sf();
|
||||
surfaceScalarField phi(fvc::interpolate(U) & mesh.Sf());
|
||||
|
||||
dictionary dict = mesh.solverDict(alpha1.name());
|
||||
|
||||
@ -120,6 +120,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
Info<< "Time " << runTime.cpuTimeIncrement() << endl;
|
||||
|
||||
#if 0
|
||||
distFunc.constructRDF
|
||||
(
|
||||
surf->interfaceCell(),
|
||||
@ -128,6 +129,7 @@ int main(int argc, char *argv[])
|
||||
2,
|
||||
exchangeFields_
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
||||
runTime.write();
|
||||
|
||||
Reference in New Issue
Block a user