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
|
||||
(
|
||||
alphap[facei] > 0
|
||||
&& delta[celli] > 0
|
||||
&& delta[celli] < 2*deltaFactorToFilm_/deltaCoeffs[facei]
|
||||
&& alphap[facei] < alphaToFilm_
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue