Fluid thermodynamic properties

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Can I import a fluid with its thermodynamic properties in Acusolve?

Tagged:

Answers

  • ydigit
    ydigit
    Altair Employee
    edited January 2018

    It is possible to create Material models in AcuConsole (for AcuSolve). If there are non-constant properties they can be imported using CSV files..

     

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited January 2018

    Yes, there are non-costant properties. How can I import these properties and how shoud I write them in a CSV file? For example, I need: density = f (T, p)

  • ydigit
    ydigit
    Altair Employee
    edited February 2018

    Have you tried importing a text file (or CSV). Go to AcuConole > Tools > Material Models > Import

    e.g

    273   1

    300   1.1

    323   1.2

     

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited March 2018

    Thank you for your answer, ydigit.

     
    Assuming that I can import a three-column csv file (pressure, temperature, density), How does aAcuConsole know that the first column represents temperature, etc...?
  • acupro
    acupro
    Altair Employee
    edited March 2018

    If your property needs to be a function of two different variables, you'll need to use a user function.  AcuSolve does have pre-defined isentropic and ideal gas density available, which may be what you need.  The Command Reference Manual will have an example user function in the material model (or density model) section.