Skip to content

Commit

Permalink
fix rel build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tjb-ltk committed Jan 13, 2025
1 parent 121a802 commit 75c359b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class FluxComputeKernelBase
using DofNumberAccessor = ElementRegionManager::ElementViewAccessor< arrayView1d< globalIndex const > >;

using SingleFluidProp = constitutive::SingleFluidVar< real64, 2, constitutive::singlefluid::LAYOUT_FLUID, constitutive::singlefluid::LAYOUT_FLUID_DC >;
using DerivOffset = constitutive::singlefluid::DerivativeOffset;

using SinglePhaseFlowAccessors =
StencilAccessors< fields::ghostRank,
fields::flow::pressure,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ class ConnectorBasedAssemblyKernel : public singlePhasePoromechanicsEmbeddedFrac
localRhs ),
m_temp( thermalSinglePhaseFlowAccessors.get( fields::flow::temperature {} ) ),
m_enthalpy( thermalSinglePhaseFluidAccessors.get( fields::singlefluid::enthalpy {} ) ),
m_dEnthalpy( thermalSinglePhaseFluidAccessors.get( fields::singlefluid::dEnthalpy {} ) )
m_dEnthalpy( thermalSinglePhaseFluidAccessors.get( fields::singlefluid::dEnthalpy {} ) ),
m_thermalConductivity( thermalConductivityAccessors.get( fields::thermalconductivity::effectiveConductivity {} ) )
{}


Expand Down

0 comments on commit 75c359b

Please sign in to comment.