Renamed function in ecfvstencil.hh

Use the new name of the dirId() function in ecfvstencil.hh
This commit is contained in:
Håkon Hægland 2022-09-16 09:10:42 +02:00
parent cbdec23e50
commit c6129ad9a4

View File

@ -288,7 +288,7 @@ public:
const auto& materialLawManager = problem.materialLawManager();
FaceDir::DirEnum facedir = FaceDir::DirEnum::Unknown;
if (materialLawManager->hasDirectionalRelperms()) {
facedir = scvf.dirId(); // direction (X, Y, or Z) of the face
facedir = scvf.faceDirFromDirId(); // direction (X, Y, or Z) of the face
}
if (upwindIsInterior)
volumeFlux[phaseIdx] =