|
[Sponsors] |
August 28, 2015, 02:34 |
udf of electroosmotic flow
|
#1 |
New Member
SAIKAT DAS
Join Date: Aug 2015
Location: kolkata
Posts: 1
Rep Power: 0 |
i am a m.tech student.i am working on flow through micro channel.regarding my project i need an udf on electroosmotic flow.it will be very much helpful if any one can provide me this.
|
|
August 28, 2015, 03:33 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
I have never done anything with electroosmotic flow, so I can not give you the udf.
But I can give you the advice to be more detailed. What do you want the udf to do? Initialize the flow? Put material parameters? Do some postprocessing? If you are not specific, nobody can give you exactly what you want. And you might get UDFs like below, which is not what you want, but what is literally an answer to your question. Code:
#include "udf.h" DEFINE_ON_DEMAND(electroosmotic_message) { Message("The flow should be electroosmotic"); } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for coal combustion in multiphase flow | niisha24 | Fluent UDF and Scheme Programming | 13 | September 19, 2022 05:01 |
UDF for time-dependent flow | borhan_sd@yahoo.com | Fluent UDF and Scheme Programming | 2 | May 30, 2013 03:59 |
Density UDF for supersonic flow | David Christopher | Fluent UDF and Scheme Programming | 0 | April 18, 2013 06:48 |
udf for transient mass flow rate inlet | mdzubairmanipal@gmail.com | Fluent UDF and Scheme Programming | 0 | February 22, 2011 03:51 |
UDF for multiphase flow | ROOZBEH | FLUENT | 3 | April 7, 2004 18:54 |