mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
not register correction vector
This commit is contained in:
@ -46,9 +46,12 @@ Foam::linearUpwindV<Type>::correction
|
|||||||
(
|
(
|
||||||
IOobject
|
IOobject
|
||||||
(
|
(
|
||||||
vf.name(),
|
"linearUpwindV::correction(" + vf.name() + ')',
|
||||||
mesh.time().timeName(),
|
mesh.time().timeName(),
|
||||||
mesh
|
mesh,
|
||||||
|
IOobject::NO_READ,
|
||||||
|
IOobject::NO_WRITE,
|
||||||
|
false
|
||||||
),
|
),
|
||||||
mesh,
|
mesh,
|
||||||
dimensioned<Type>
|
dimensioned<Type>
|
||||||
|
|||||||
Reference in New Issue
Block a user