|
[Sponsors] |
August 9, 2022, 09:22 |
Change temperature of semiImplicitSource
|
#1 |
New Member
Lennart
Join Date: May 2022
Posts: 15
Rep Power: 4 |
Hi everyone,
I am working on a multiphase problem with a mass source. I am currently using a semiImplicitSource like in the injection tutorial of multiphaseEulerFoam. In the tutorial case it is defined in the fvOptions as: Code:
options { massSource { type semiImplicitSource; timeStart 0.1; duration 5; selectionMode points; points ( (0.075 0.2 0.05) ); volumeMode absolute; sources { thermo:rho.air { explicit 1e-3; // kg/s implicit 0; } U.air { explicit (0 -1e-2 0); // kg*m/s^2 implicit 0; } e.air { explicit 500; // kg*m^2/s^3 implicit 0; } } } } Code:
T.air { explicit 400; // K implicit 0; } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Change in velocity w.r.t specefic cell/zone temperature UDF | hlmehr | Fluent UDF and Scheme Programming | 4 | August 31, 2019 12:09 |
Problem with phase change - Relating to TEMPERATURE | Kummi | OpenFOAM Running, Solving & CFD | 0 | August 5, 2019 02:12 |
Change in velocity w.r.t specefic cell/zone temperature UDF | hlmehr | FLUENT | 0 | July 13, 2019 11:06 |
Conjugate heat transfer with phase change produced wrong temperature | qtruong | OpenFOAM Programming & Development | 0 | July 10, 2018 15:16 |
To change temperature in mass flow inlet boundary condition per iteration | ajinkya201991 | FLUENT | 1 | July 11, 2014 12:29 |