We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
Multiphase Flows

Multiphase Flows

How can we provide properties for the Eulerian Wall Film model (EWF) with a UDF. The macro DEFINE_PROPERTIES(name,c,t) does not work.

    • FAQFAQ
      Participant

      Since EWF is intrinsically a face-based model, the UDF property macro must be used as follows: DEFINE_PROPERTIES(name,f,t) { /* UDF code goes here */ }