CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > CFD Freelancers

Solid State Temperature

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 10, 2016, 18:33
Default Solid State Temperature
  #1
Member
 
Join Date: Jun 2016
Posts: 31
Rep Power: 9
typhoon1010 is on a distinguished road
Hi,
I am working on porous media with local thermal non equilibrium model.

I do not know how can I define solid state temperature.

I found UDS code for solid diffusivity and and source code. But solid state temperature Ts was not defined.

Where can I define solid temperature.

if you help I would be glad.

This is Uds code for diffusivity.

#include "udf.h"
#define TKS 10
#define SOLID_THERMAL_COND(Ts) 2
#define SOLID_DENSITY(Ts) 3
#define SOLID_CP(Ts) 2



enum { SOLID_TEMP };

DEFINE_DIFFUSIVITY( uds_diffusivity, cell, thread, i )
{

real source;
real Ts;

if (i == SOLID_TEMP)

{

Ts = C_UDSI(cell, thread, SOLID_TEMP);

source = (SOLID_THERMAL_COND(Ts) / (SOLID_DENSITY(Ts)*SOLID_CP(Ts)));

}

else source = 0.0;

return source;
}
typhoon1010 is offline   Reply With Quote

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
whats the cause of error? immortality OpenFOAM Running, Solving & CFD 13 March 24, 2021 07:15
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
No results for solid domain Gary Holland CFX 10 March 13, 2009 03:30
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 01:21.