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 */ }