From b112e65c6ffcd9f3955316c99f0facb271405308 Mon Sep 17 00:00:00 2001 From: dkachuma Date: Thu, 22 Jan 2026 12:30:58 -0600 Subject: [PATCH] Fix thermal conductivity --- .../MultiPhaseVolumeWeightedThermalConductivity.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreComponents/constitutive/thermalConductivity/MultiPhaseVolumeWeightedThermalConductivity.cpp b/src/coreComponents/constitutive/thermalConductivity/MultiPhaseVolumeWeightedThermalConductivity.cpp index c7e309ceb4b..25931e62073 100644 --- a/src/coreComponents/constitutive/thermalConductivity/MultiPhaseVolumeWeightedThermalConductivity.cpp +++ b/src/coreComponents/constitutive/thermalConductivity/MultiPhaseVolumeWeightedThermalConductivity.cpp @@ -48,6 +48,8 @@ MultiPhaseVolumeWeightedThermalConductivity::MultiPhaseVolumeWeightedThermalCond void MultiPhaseVolumeWeightedThermalConductivity::allocateConstitutiveData( dataRepository::Group & parent, localIndex const numPts ) { + m_rockThermalConductivity.resize( 0, 1, 3 ); + MultiPhaseThermalConductivityBase::allocateConstitutiveData( parent, numPts ); // TODO move into initializeState?