Skip to content

Commit

Permalink
Update ThermalSinglePhasePoromechanicsEFEM_impl.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Dec 12, 2024
1 parent e1114bb commit 805e889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ complete( localIndex const k,
// Energy balance accumulation
real64 const volume = m_elementVolumeFrac( embSurfIndex ) + m_deltaVolume( embSurfIndex );
real64 const fluidEnergy = m_fluidDensity( embSurfIndex, 0 ) * m_fluidInternalEnergy( embSurfIndex, 0 ) * volume;
real64 const fluidEnergy_n = m_energy_n[embSurfIndex]; // TODO where is solid energy?
real64 const fluidEnergy_n = m_energy_n[embSurfIndex];

stack.dFluidMassIncrement_dTemperature = m_dFluidDensity_dTemperature( embSurfIndex, 0 ) * volume;

Expand Down

0 comments on commit 805e889

Please sign in to comment.