mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
-- fixed error in thermal boundary
This commit is contained in:
parent
de42e1eb67
commit
f3338ac26a
@ -1628,8 +1628,7 @@ public:
|
|||||||
unsigned interiorDofIdx = context.interiorScvIndex(spaceIdx, timeIdx);
|
unsigned interiorDofIdx = context.interiorScvIndex(spaceIdx, timeIdx);
|
||||||
unsigned globalDofIdx = context.globalSpaceIndex(interiorDofIdx, timeIdx);
|
unsigned globalDofIdx = context.globalSpaceIndex(interiorDofIdx, timeIdx);
|
||||||
unsigned pvtRegionIdx = pvtRegionIndex(context, spaceIdx, timeIdx);
|
unsigned pvtRegionIdx = pvtRegionIndex(context, spaceIdx, timeIdx);
|
||||||
FaceDir::DirEnum dir = FaceDir::FromIntersectionIndex(indexInInside);
|
const auto [type, massrate] = boundaryCondition(globalDofIdx, indexInInside);
|
||||||
const auto [type, massrate] = boundaryCondition(globalDofIdx, dir);
|
|
||||||
if (type == BCType::THERMAL)
|
if (type == BCType::THERMAL)
|
||||||
values.setThermalFlow(context, spaceIdx, timeIdx, boundaryFluidState(globalDofIdx, indexInInside));
|
values.setThermalFlow(context, spaceIdx, timeIdx, boundaryFluidState(globalDofIdx, indexInInside));
|
||||||
else if (type == BCType::FREE || type == BCType::DIRICHLET)
|
else if (type == BCType::FREE || type == BCType::DIRICHLET)
|
||||||
|
Loading…
Reference in New Issue
Block a user