mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updates to Lambda2 and Q function objects
This commit is contained in:
@ -84,7 +84,7 @@ Foam::Q::Q
|
||||
IOobject::NO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimensionedScalar("0", dimless, 0.0)
|
||||
dimensionedScalar("0", dimless/sqr(dimTime), 0.0)
|
||||
)
|
||||
);
|
||||
|
||||
@ -141,8 +141,6 @@ void Foam::Q::write()
|
||||
|
||||
Q = 0.5*(sqr(tr(gradU)) - tr(((gradU) & (gradU))));
|
||||
|
||||
Q.correctBoundaryConditions();
|
||||
|
||||
Q.write();
|
||||
|
||||
Info<< type() << " output:" << nl
|
||||
|
||||
Reference in New Issue
Block a user