|
[Sponsors] |
November 19, 2010, 04:53 |
Customization temperature field
|
#1 |
New Member
Join Date: Sep 2009
Posts: 15
Rep Power: 0 |
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 |
|
November 30, 2010, 01:05 |
|
#2 |
Senior Member
michael barkhudarov
Join Date: Mar 2009
Location: Sante Fe, New Mexico, USA
Posts: 337
Rep Power: 18 |
Try this:
DO 100 i = 1, 200 tn(i)=100.0 rhoe(i)=rhoecl(i) 100 CONTINUE |
|
|
|
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 13:33 |
Map Temperature Field for Structural Analysis | hydro | CFX | 2 | May 11, 2010 22:59 |
High temperature methane+air | Peter | FLUENT | 5 | January 26, 2009 19:04 |
An issue with temperature change in unsteady prob | Ashok kumar | FLUENT | 1 | January 13, 2009 05:34 |
Question concering about validating Temperature field | ghlee | Main CFD Forum | 1 | December 1, 1998 13:36 |