GeometricField: Temporary fields are no longer registered on the database by default
Registration occurs when the temporary field is transferred to a non-temporary field via a constructor or if explicitly transferred to the database via the regIOobject "store" methods.
This commit is contained in:
@ -95,7 +95,7 @@ int main(int argc, char *argv[])
|
||||
+ fvm::div(phi, st)
|
||||
- fvm::laplacian
|
||||
(
|
||||
dimensionedScalar("D", sqr(dimLength)/dimTime, 1),
|
||||
dimensionedScalar(sqr(dimLength)/dimTime, 1),
|
||||
st
|
||||
)
|
||||
==
|
||||
|
||||
Reference in New Issue
Block a user