We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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.