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

Customization temperature field

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 19, 2010, 03:53
Default Customization temperature field
  #1
New Member
 
Join Date: Sep 2009
Posts: 15
Rep Power: 0
Mjoelnir is on a distinguished road
i want to change the fluid temperture field with the qsadd.f file

i got following function

DO 100 i = 1, 200
tn(i)=100.0
100 CONTINUE


But the changes doesn't effect the calculation.

if i want to change any other scalar fo example (fluid fraction f and pressure p) it works

Does anyone know if if use the correct variable?

Thanks
Mjoelnir is offline   Reply With Quote

Old   November 30, 2010, 00:05
Default
  #2
Senior Member
 
michael barkhudarov
Join Date: Mar 2009
Location: Sante Fe, New Mexico, USA
Posts: 336
Rep Power: 18
MuxaB is on a distinguished road
Try this:

DO 100 i = 1, 200
tn(i)=100.0
rhoe(i)=rhoecl(i)
100 CONTINUE
MuxaB 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
Benchmark data for temperature field in 2D cavity flow Vladislav Main CFD Forum 0 June 18, 2010 12:33
Map Temperature Field for Structural Analysis hydro CFX 2 May 11, 2010 21:59
High temperature methane+air Peter FLUENT 5 January 26, 2009 18:04
An issue with temperature change in unsteady prob Ashok kumar FLUENT 1 January 13, 2009 04:34
Question concering about validating Temperature field ghlee Main CFD Forum 1 December 1, 1998 12:36


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