compressibleInterFilmFoam::VoFPatchTransfer: Remove requirement for film to be present before VoF->film transfers occur
This commit is contained in:
parent
c1cb13307b
commit
f628af00a8
1 changed files with 0 additions and 1 deletions
|
|
@ -237,7 +237,6 @@ void VoFPatchTransfer::correct
|
||||||
if
|
if
|
||||||
(
|
(
|
||||||
alphap[facei] > 0
|
alphap[facei] > 0
|
||||||
&& delta[celli] > 0
|
|
||||||
&& delta[celli] < 2*deltaFactorToFilm_/deltaCoeffs[facei]
|
&& delta[celli] < 2*deltaFactorToFilm_/deltaCoeffs[facei]
|
||||||
&& alphap[facei] < alphaToFilm_
|
&& alphap[facei] < alphaToFilm_
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue