CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

UDF Membrane Conductivity

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 19, 2017, 19:28
Default UDF Membrane Conductivity
  #1
New Member
 
Adam
Join Date: Jun 2017
Posts: 3
Rep Power: 9
Davidvia0 is on a distinguished road
Guys, i need urgent help ... how to change value of membrane conductivity (PEM and electrolysis module) using interpret option? I don't have access to the compilator on this PC so I have to do this by interpreted UDF.

Normally conductivity of membrane is a function of alpha, beta and water content .. but I want to set it constant (10). How to do this?

Quote:
DEFINE_Membrane_Conductivity(real lam, cell_t c, Thread *t)
{
real sigma=17.1223;
return sigma;
}
I was trying just to write
Quote:
real Membrane_Conductivity(real lam, cell_t c, Thread *t)
{
real sigma=10;
return sigma;
}
but nothing ...
Davidvia0 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
UDF for thermal conductivity aghamohammad Fluent UDF and Scheme Programming 1 April 13, 2014 05:03
Thermal conductivity issue Jared1986 CFX 3 March 20, 2014 11:38
Seeking help in designing three types of deformable membrane boundary. beancurd70 OpenFOAM Programming & Development 2 October 1, 2013 17:23
IAPWS water properties + orthotropic thermal conductivity Chander CFX 1 February 29, 2012 18:26
Thermal conductivity UDF jack.s Fluent UDF and Scheme Programming 4 February 29, 2012 12:57


All times are GMT -4. The time now is 19:39.