Skip to content

Commit

Permalink
add TEC table name
Browse files Browse the repository at this point in the history
  • Loading branch information
sytuannguyen committed Jul 1, 2024
1 parent f9c5e54 commit f98f3de
Show file tree
Hide file tree
Showing 99 changed files with 1,725 additions and 1,005 deletions.
4 changes: 4 additions & 0 deletions src/coreComponents/constitutive/solid/CeramicDamage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class CeramicDamageUpdates : public ElasticIsotropicUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -89,6 +90,7 @@ class CeramicDamageUpdates : public ElasticIsotropicUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
newStress,
oldStress,
disableInelasticity ),
Expand Down Expand Up @@ -503,6 +505,7 @@ class CeramicDamage : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down Expand Up @@ -531,6 +534,7 @@ class CeramicDamage : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
4 changes: 4 additions & 0 deletions src/coreComponents/constitutive/solid/DelftEgg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class DelftEggUpdates : public ElasticIsotropicUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
const bool & disableInelasticity ):
Expand All @@ -76,6 +77,7 @@ class DelftEggUpdates : public ElasticIsotropicUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
newStress,
oldStress,
disableInelasticity ),
Expand Down Expand Up @@ -562,6 +564,7 @@ class DelftEgg : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down Expand Up @@ -589,6 +592,7 @@ class DelftEgg : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
4 changes: 4 additions & 0 deletions src/coreComponents/constitutive/solid/DruckerPrager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class DruckerPragerUpdates : public ElasticIsotropicUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -73,6 +74,7 @@ class DruckerPragerUpdates : public ElasticIsotropicUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
newStress,
oldStress,
disableInelasticity ),
Expand Down Expand Up @@ -445,6 +447,7 @@ class DruckerPrager : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand All @@ -471,6 +474,7 @@ class DruckerPrager : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class DruckerPragerExtendedUpdates : public ElasticIsotropicUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -67,6 +68,7 @@ class DruckerPragerExtendedUpdates : public ElasticIsotropicUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
newStress,
oldStress,
disableInelasticity ),
Expand Down Expand Up @@ -482,6 +484,7 @@ class DruckerPragerExtended : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down Expand Up @@ -510,6 +513,7 @@ class DruckerPragerExtended : public ElasticIsotropic
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
5 changes: 5 additions & 0 deletions src/coreComponents/constitutive/solid/ElasticIsotropic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class ElasticIsotropicUpdates : public SolidBaseUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
const bool & disableInelasticity ):
Expand All @@ -62,6 +63,7 @@ class ElasticIsotropicUpdates : public SolidBaseUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
disableInelasticity ),
m_bulkModulus( bulkModulus ),
m_shearModulus( shearModulus )
Expand Down Expand Up @@ -515,6 +517,7 @@ class ElasticIsotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand All @@ -526,6 +529,7 @@ class ElasticIsotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD >(),
arrayView3d< real64, solid::STRESS_USD >(),
m_disableInelasticity );
Expand All @@ -549,6 +553,7 @@ class ElasticIsotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class ElasticIsotropicPressureDependentUpdates : public SolidBaseUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -67,6 +68,7 @@ class ElasticIsotropicPressureDependentUpdates : public SolidBaseUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
disableInelasticity ),
m_refPressure( refPressure ),
m_refStrainVol( refStrainVol ),
Expand Down Expand Up @@ -531,6 +533,7 @@ class ElasticIsotropicPressureDependent : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand All @@ -544,6 +547,7 @@ class ElasticIsotropicPressureDependent : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD >(),
arrayView3d< real64, solid::STRESS_USD >(),
m_disableInelasticity );
Expand All @@ -569,6 +573,7 @@ class ElasticIsotropicPressureDependent : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
4 changes: 4 additions & 0 deletions src/coreComponents/constitutive/solid/ElasticOrthotropic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class ElasticOrthotropicUpdates : public SolidBaseUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -75,6 +76,7 @@ class ElasticOrthotropicUpdates : public SolidBaseUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
disableInelasticity ),
m_c11( c11 ),
m_c12( c12 ),
Expand Down Expand Up @@ -705,6 +707,7 @@ class ElasticOrthotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down Expand Up @@ -734,6 +737,7 @@ class ElasticOrthotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class ElasticTransverseIsotropicUpdates : public SolidBaseUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -69,6 +70,7 @@ class ElasticTransverseIsotropicUpdates : public SolidBaseUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
disableInelasticity ),
m_c11( c11 ),
m_c13( c13 ),
Expand Down Expand Up @@ -554,6 +556,7 @@ class ElasticTransverseIsotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand All @@ -579,6 +582,7 @@ class ElasticTransverseIsotropic : public SolidBase
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
4 changes: 4 additions & 0 deletions src/coreComponents/constitutive/solid/ModifiedCamClay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class ModifiedCamClayUpdates : public ElasticIsotropicPressureDependentUpdates
arrayView1d< real64 const > const & thermalExpansionCoefficient,
real64 const & dThermalExpansionCoefficient_dTemperature,
real64 const & referenceTemperature,
string const & drainedLinearTECTableName,
arrayView3d< real64, solid::STRESS_USD > const & newStress,
arrayView3d< real64, solid::STRESS_USD > const & oldStress,
bool const & disableInelasticity ):
Expand All @@ -79,6 +80,7 @@ class ModifiedCamClayUpdates : public ElasticIsotropicPressureDependentUpdates
thermalExpansionCoefficient,
dThermalExpansionCoefficient_dTemperature,
referenceTemperature,
drainedLinearTECTableName,
newStress,
oldStress,
disableInelasticity ),
Expand Down Expand Up @@ -569,6 +571,7 @@ class ModifiedCamClay : public ElasticIsotropicPressureDependent
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down Expand Up @@ -596,6 +599,7 @@ class ModifiedCamClay : public ElasticIsotropicPressureDependent
m_thermalExpansionCoefficient,
m_dThermalExpansionCoefficient_dTemperature,
m_referenceTemperature,
m_drainedLinearTECTableName,
m_newStress,
m_oldStress,
m_disableInelasticity );
Expand Down
Loading

0 comments on commit f98f3de

Please sign in to comment.