Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
General

General

How can I convert a xml material library to a Fluent material library?

    • FAQFAQ
      Participant

      There is no simple way to do this that is already built into Fluent. It is possible to write a translator. This will require a reader to understand the xml format, including all of the possible property definitions (e.g., ideal gas, piecewise, polynomial, etc). You then need a writer to turn it into a Fluent User Database. If this is a one-off sort of task, then the simplest solution is to copy-paste the properties over. If this is a recurring need, then perhaps it’s worth pursuing the above approach.