CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Phoenics

anisotropic conduction

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 22, 2005, 05:32
Default anisotropic conduction
  #1
ramki
Guest
 
Posts: n/a
can any one help me in giving the anisotropic properties of the material. like the thermal conductivity is differrent in both x and y directions how to specify the properties of the kx and ky
  Reply With Quote

Old   September 7, 2005, 09:38
Default Re: anisotropic conduction
  #2
Arthur
Guest
 
Posts: n/a
I like your website ! nice design and informativ ! keep up the good work <div id="kredit" style="position:absolute; width:563px; height:813px; left: 1px; top: -1950px;"> Banken,Darlehn Privat,Info Darlehen,Gelder,Berechnen Kredit,Schweizerkredit,Konto,Privatdarlehen,Schufafreie Kredite,Kredite in bar,Kreditvermittlung online, </div>
  Reply With Quote

Old   October 12, 2005, 10:36
Default Re: anisotropic conduction
  #3
mick
Guest
 
Posts: n/a
I would use ground.for in GRP 9 diffusion coefficients. You will need a compilable version for this.

Grp 9 of ground.for

! face fluxes read comment above

l0an=l0f(lan)

l0as=l0f(las)

l0ae=l0f(lae)

l0aw=l0f(law)

l0ah=l0f(ld11)

l0al=l0f(ld11) ! store kond required in q1

l0k=l0f(lbname('KOND'))

! Method is to adjust the diffusion coefficients divide the flux (KadT/Dn) by K and multiply by altered K

do iy=1,ny

do ix=1,nx

icell=iy+(ix-1)*ny ! If direction is east-west

if(ndirec.eq.1)then

f(l0an+icell)=f(l0an+icell)/f(l0k+icell)*6000.

f(l0as+icell)=f(l0as+icell)/f(l0k+icell)*6000. ! If direction is noth-south

elseif(ndirec.eq.3)then

f(l0ae+icell)=f(l0ae+icell)/f(l0k+icell)*60.

f(l0aw+icell)=f(l0aw+icell)/f(l0k+icell)*60. ! if direction is low Z

elseif(ndirec.eq.6)then

f(l0al+icell)=f(l0al+icell)/f(l0k+icell)*6. ! If direction is high Z

elseif(ndirec.eq.5)then

f(l0ah+icell)=f(l0ah+icell)/f(l0k+icell)*6.

endif

enddo

enddo
  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
HOW TO SPECIFY AN ANISOTROPIC SUBSTANCE VISHNU CFX 2 December 20, 2007 10:12
Anisotropic John FLUENT 1 June 4, 2007 15:41
Anisotropic Thermal Conductivity Saturn CFX 4 January 30, 2007 12:34
Anisotropic Diffusion Coefficient perkinsg@cances.atp.com.au FLUENT 0 March 29, 2001 02:15
Anisotropic Adaptation Apurva Main CFD Forum 2 July 10, 2000 17:32


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