CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLOW-3D (https://www.cfd-online.com/Forums/flow-3d/)
-   -   Customization temperature field (https://www.cfd-online.com/Forums/flow-3d/82184-customization-temperature-field.html)

Mjoelnir November 19, 2010 03:53

Customization temperature field
 
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

MuxaB November 30, 2010 00:05

Try this:

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


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