Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Temperature dependent Thermal Expansion Coefficient #3185

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

sytuannguyen
Copy link
Contributor

@sytuannguyen sytuannguyen commented Jun 25, 2024

This PR implement the non-linear Thermo-Elastic behavior related to non constant Thermal Expansion Coefficient (TEC). Either a linear law or a table could be considered for definining TEC vs Temperature.

  • Update the Porous Solid constitutive behavior to allow temperature dependent TEC
  • Implement TEC table
  • Example, Doc, Python script for validation
  • Unit tests
  • Integrated tests

@sytuannguyen sytuannguyen self-assigned this Jun 25, 2024
@sytuannguyen sytuannguyen marked this pull request as ready for review July 1, 2024 01:59
@sytuannguyen sytuannguyen added the ci: run CUDA builds Allows to triggers (costly) CUDA jobs label Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

Attention: Patch coverage is 43.56436% with 57 lines in your changes missing coverage. Please review.

Project coverage is 55.71%. Comparing base (94a0e86) to head (a859e4a).
Report is 5 commits behind head on develop.

Files Patch % Lines
.../coreComponents/constitutive/solid/PorousSolid.hpp 0.00% 24 Missing ⚠️
...rc/coreComponents/constitutive/solid/SolidBase.hpp 50.00% 6 Missing ⚠️
...oreComponents/constitutive/solid/CeramicDamage.hpp 0.00% 3 Missing ⚠️
...oreComponents/constitutive/solid/DruckerPrager.hpp 50.00% 3 Missing ⚠️
...nents/constitutive/solid/DruckerPragerExtended.hpp 50.00% 3 Missing ⚠️
...Components/constitutive/solid/ElasticIsotropic.hpp 66.66% 3 Missing ⚠️
...tutive/solid/ElasticIsotropicPressureDependent.hpp 50.00% 3 Missing ⚠️
...mponents/constitutive/solid/ElasticOrthotropic.hpp 0.00% 3 Missing ⚠️
.../constitutive/solid/ElasticTransverseIsotropic.hpp 0.00% 3 Missing ⚠️
...eComponents/constitutive/solid/ModifiedCamClay.hpp 50.00% 3 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3185      +/-   ##
===========================================
- Coverage    55.75%   55.71%   -0.04%     
===========================================
  Files         1041     1041              
  Lines        88534    88661     +127     
===========================================
+ Hits         49358    49395      +37     
- Misses       39176    39266      +90     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sytuannguyen sytuannguyen force-pushed the feature/sytuan/temperatureDependentTEC branch from 5fe7e2f to f9c5e54 Compare July 1, 2024 06:41
@sytuannguyen sytuannguyen marked this pull request as draft July 1, 2024 06:43
@sytuannguyen sytuannguyen marked this pull request as ready for review July 11, 2024 02:22
@sytuannguyen sytuannguyen added ci: run integrated tests Allows to run the integrated tests in GEOS CI changes XML input flag: requires rebaseline Requires rebaseline branch in integratedTests type: feature New feature or request labels Jul 11, 2024
@sytuannguyen sytuannguyen changed the title Temperature dependent Thermal Expansion Coefficient A new feature : Temperature dependent Thermal Expansion Coefficient Jul 11, 2024
@sytuannguyen sytuannguyen changed the title A new feature : Temperature dependent Thermal Expansion Coefficient feat Temperature dependent Thermal Expansion Coefficient Jul 11, 2024
@sytuannguyen sytuannguyen changed the title feat Temperature dependent Thermal Expansion Coefficient feat: Temperature dependent Thermal Expansion Coefficient Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes XML input ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI flag: requires rebaseline Requires rebaseline branch in integratedTests type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant