szaghi / FLOw

Fortran fLuid Object
11 stars 3 forks source link

Equation Of State #1

Open giacrossi opened 7 years ago

giacrossi commented 7 years ago

What do you think to add the equation of state of the fluid? The fluid could be an ideal gas or a real gas (with one of the equation of state available, like Soave-Redlich-Kwong one)...

szaghi commented 7 years ago

@giacombum

I am now in the "thinking" phase... I am not sure I like to follow the old OFF approach. For the moment, I'll add only some abstracts classes borrowed from @francescosalvadore OpenPDE.

szaghi commented 7 years ago

@giacombum

I have just added some experiments on a primitive class-object. After, a conservative object will come, then conversions, then-then ideal eos, and then if you want you can add real-eos.

Cheers