Skip to content
Snippets Groups Projects
Commit a83588ec authored by Andrew Heather's avatar Andrew Heather
Browse files

using surfaceScalarField constructor to name field

parent efdb3fd3
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
rho = thermo->rho();
volScalarField rUA = 1.0/UEqn.A();
surfaceScalarField rhorUAf = fvc::interpolate(rho*rUA);
surfaceScalarField rhorUAf("(rho*(1|A(U)))", fvc::interpolate(rho*rUA));
U = rUA*UEqn.H();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment