Skip to content

Thermal hydraulic model long initialisation times #25555

Discussion options

You must be logged in to vote

Ok I've been working on this idea of using field variables on the junctions. I tried it out on your problem with 3 different methods:

  • Current: what we're doing currently, i.e., using scalar variables for junctions.
  • New A: using field variables on NodeElems, keeping the same variable names unique to each junction, e.g., junction1:pressure.
  • New B: using field variables on NodeElems, using common variable names for all junctions, e.g., pressure, which is fine because these are block-restricted.

Here are rough timing results in seconds, with the 100-edge case first and 150-edge case in parentheses, and the "?" where I didn't bother to try:

  • Current: 110(380) setup, 116(390) total
  • New A: 29(…

Replies: 2 comments 31 replies

Comment options

You must be logged in to vote
23 replies
@jvwilliams23
Comment options

@jvwilliams23
Comment options

@roystgnr
Comment options

@joshuahansel
Comment options

Answer selected by jvwilliams23
@jvwilliams23
Comment options

@joshuahansel
Comment options

Comment options

You must be logged in to vote
8 replies
@jvwilliams23
Comment options

@joshuahansel
Comment options

@NorthMagic
Comment options

@joshuahansel
Comment options

@NorthMagic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants