USArmyResearchLab / ParaPower

Back of the Envelope Thermal Analysis
Apache License 2.0
11 stars 8 forks source link

Nodal location of solution #4

Open RinaldoMiorini opened 4 years ago

RinaldoMiorini commented 4 years ago

Hi - I was reading the manual and I don't understand what the domain of the solution is. It looks like the solution is calculated at the center of the mesh cell and therefore any solution value searched on a surface/interface between features would have to be extrapolated over a half-cell span. Is that correct?

mcfish-thermal commented 4 years ago

Rinaldo,

Yes. The program does not create dedicated half volume cells for feature boundaries. However, if you create a two dimensional feature at the surface or interface, you can force the program to create nodes at that surface for interrogation purposes.

Since these nodes do not have an associated volume, they have no thermal mass. They will obey a strict bilinear thermal profile between the volume nodes on either sides based on conductivity (or HTC) alone, even in the face of a transient analysis. They can be used as heat generation sources if you want to create an area heat flux boundary. If you place them on the surface of an adiabatic boundary, they will simply compute the same temperature as the underlying volume node (i.e. they can’t be used to fudge the lumped mass matrix formulation). That can be a bit of a drag when you are creating partial models using mirror symmetry.

Let me know if that is enough for your purposes.

Mike

From: RinaldoMiorini notifications@github.com Sent: Friday, January 10, 2020 9:23 AM To: USArmyResearchLab/ParaPower ParaPower@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Non-DoD Source] [USArmyResearchLab/ParaPower] Nodal location of solution (#4)

All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser.


Hi - I was reading the manual and I don't understand what the domain of the solution is. It looks like the solution is calculated at the center of the mesh cell and therefore any solution value searched on a surface/interface between features would have to be extrapolated over a half-cell span. Is that correct?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < Caution-https://github.com/USArmyResearchLab/ParaPower/issues/4?email_source=notifications&email_token=ANSW577D7CADZRCOLG5FS6TQ5CACTA5CNFSM4KFIPQ32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IFLOGMQ > , or unsubscribe < Caution-https://github.com/notifications/unsubscribe-auth/ANSW573TBNZLXCZX6WHPFMDQ5CACTANCNFSM4KFIPQ3Q > .

RinaldoMiorini commented 4 years ago

I'll try that out! Thanks!