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

Fix the ConvectiveConductor equation and adds ConvectiveElement1D #179

Merged
merged 3 commits into from
May 30, 2023

Conversation

ven-k
Copy link
Member

@ven-k ven-k commented May 29, 2023

  • Closes ThermalConductor units issue #171
  • Adds ConvectiveElement1D, a partial model that defines temperature drop and heat flow rate from solid to fluid
  • While here, fixes couple of typos Hydrualic -> Hydraulic

…ortional to `dT` with thermal conductance `G`
@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #179 (86b653b) into main (bf8f0cb) will decrease coverage by 6.78%.
The diff coverage is 81.25%.

@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
- Coverage   66.18%   59.40%   -6.78%     
==========================================
  Files          55       55              
  Lines        1999     2232     +233     
==========================================
+ Hits         1323     1326       +3     
- Misses        676      906     +230     
Impacted Files Coverage Δ
src/Hydraulic/Hydraulic.jl 100.00% <ø> (ø)
src/Hydraulic/IsothermalCompressible/components.jl 49.48% <ø> (-41.66%) ⬇️
src/Thermal/utils.jl 65.00% <62.50%> (-15.00%) ⬇️
src/Thermal/HeatTransfer/ideal_components.jl 81.63% <100.00%> (-4.09%) ⬇️

... and 12 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

ven-k added 2 commits May 29, 2023 17:05
…ure drop and heat flow rate from `solid` to `fluid`

+ `ConvectiveConductor` and `ConvectiveResistor` extend the `Convective Element1D`
@ven-k ven-k force-pushed the vkb/con-conductor branch from 0a9803b to 86b653b Compare May 29, 2023 11:36
@ven-k ven-k marked this pull request as ready for review May 29, 2023 15:15
@ven-k ven-k changed the title Fix the ConvectiveConductor equation Fix the ConvectiveConductor equation and adds ConvectiveElement1D May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ThermalConductor units issue
2 participants