Skip to content
Snippets Groups Projects
Commit 573829b6 authored by Henry's avatar Henry
Browse files

twoPhaseEulerFoam/twoPhaseSystem/diameterModels/constantDiameter: Do not...

twoPhaseEulerFoam/twoPhaseSystem/diameterModels/constantDiameter: Do not register the temporary diameter field
parent 91ffedbe
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -75,7 +75,10 @@ Foam::tmp<Foam::volScalarField> Foam::diameterModels::constant::d() const ...@@ -75,7 +75,10 @@ Foam::tmp<Foam::volScalarField> Foam::diameterModels::constant::d() const
( (
"d", "d",
phase_.U().time().timeName(), phase_.U().time().timeName(),
phase_.U().mesh() phase_.U().mesh(),
IOobject::NO_READ,
IOobject::NO_WRITE,
false
), ),
phase_.U().mesh(), phase_.U().mesh(),
d_ d_
......
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