su2code / SU2

SU2: An Open-Source Suite for Multiphysics Simulation and Design
https://su2code.github.io
Other
1.35k stars 844 forks source link

variable properties (transport and thermodynamic) for compressible flows with any eos #794

Closed FlorianDm closed 4 years ago

FlorianDm commented 5 years ago

Hello,

I'd like to model compressible flow but I have also strongly varying cp (900-2000), gamma (1.2-1.8), mu (1.1-1.6e-5), k (0.012-0.024) and thus Pr (0.8-1.2) in my domain (MachNo 0.1-2, T 270-360K).

Is there any plan to make polynomial properties available with the implicit compressible solver? Or perhaps completely table based eos and properties? Does it matter then if it is an ideal gas or a Peng-Robinson eos?

I consider implementing something myself. According to https://github.com/su2code/SU2/pull/624 it seems to be just a question of "activating" the options.

Any guidance would be appreciated.

Best regards Florian

stephansmit commented 5 years ago

"Or perhaps completely table based eos and properties"

In the branch "feature_unst_lut" there is a fluid model with a look up table. You need to supply a unstructured table for the fluid properties and a structured table for the transport properties.

banuti commented 5 years ago

Hi,

is that branch still active? It seems the last commit was more than two years ago.

Best, Daniel

matteopini commented 5 years ago

Hi Daniel,

You can find the implementation of variable properties with cubic EoS in the master/develop version. If you need to compute the properties with more accurate thermo-physical models, e.g. multi-parameter, there are 2 main ways:

We are about to improve the look-up table method and will work on having this feature in the develop soon. Just let me know if you are interested and I will give you more details.

Best,

Matteo

—————————————————— Dr. ir. Matteo Pini, PhD Assistant Professor Propulsion & Powerhttp://www.pp.lr.tudelft.nl/ Aerospace Engineering Faculty Delft University of Technology

Kluyverweg 1 2629 HS Delft The Netherlands

Phone : +31 15 27 84794 Skype : matteo_pini1

From: banuti notifications@github.com Reply-To: su2code/SU2 reply@reply.github.com Date: Thursday, 24 October 2019 at 22:18 To: su2code/SU2 SU2@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [su2code/SU2] variable properties (transport and thermodynamic) for compressible flows with any eos (#794)

Hi,

is that branch still active? It seems the last commit was more than two years ago.

Best, Daniel

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/su2code/SU2/issues/794?email_source=notifications&email_token=ABTGC2MB627S4SOHCTMGOTTQQH7KFA5CNFSM4I2YNZ6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECGJUEI#issuecomment-546085393, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABTGC2JPU76ZE3WG5UUKBYDQQH7KFANCNFSM4I2YNZ6A.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still a relevant issue please comment on it to restart the discussion. Thank you for your contributions.