|
[Sponsors] |
Is there a Way to Specify Volumetric Heat Generation q\dot_gen in SU2? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
Yesterday, 20:56 |
Is there a Way to Specify Volumetric Heat Generation q\dot_gen in SU2?
|
#1 |
New Member
PA
Join Date: Dec 2018
Posts: 5
Rep Power: 7 |
I'm trying to run a case where I'm modeling combustion in a RAMJET.
There are options for wall heat flux, but I'd also like to use heat generation per unit volume. This term is often included in the differential form of the energy equation, does SU2 allow a method for specifying this term? Any help is appreciated. |
|
Today, 03:43 |
|
#2 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 657
Rep Power: 19 |
We do not have exactly what you are asking for, although addition of general source terms has many applications.
Something like this has been implemented for the radiation model in incompressible flow. There is the config option HEAT_SOURCE, as part of the radiation model: Code:
% Apply a volumetric heat source as a source term (NO, YES) in the form of an ellipsoid (YES, NO) HEAT_SOURCE = NO % Value of the volumetric heat source HEAT_SOURCE_VAL = 1.0E6 % Rotation of the volumetric heat source respect to Z axis (degrees) HEAT_SOURCE_ROTATION_Z = 0.0 % Position of heat source center (Heat_Source_Center_X, Heat_Source_Center_Y, Heat_Source_Center_Z) HEAT_SOURCE_CENTER = ( 0.0, 0.0, 0.0 ) % Vector of heat source radii (Heat_Source_Radius_A, Heat_Source_Radius_B, Heat_Source_Radius_C) HEAT_SOURCE_AXES = ( 1.0, 1.0, 1.0 ) This method is also available through the python wrapper, if you would like to have many different heat sources available, it is probably best to implement it through the python wrapper. |
|
Today, 03:45 |
|
#3 |
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 657
Rep Power: 19 |
You could also use the NEMO solver for it, then you have detailed chemistry available in the compressible solver, but you can not separate the energy source from the chemistry. So it will be much more expensive.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent battery heat generation fitting | Zcfd | FLUENT | 1 | October 22, 2024 03:28 |
Unsteady problem with volumetric heat source | Jonathan94 | STAR-CCM+ | 1 | July 21, 2018 03:26 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
How to Define heat generation rate that changes with the system coordinate. | a19910112a | OpenFOAM Running, Solving & CFD | 2 | December 12, 2014 04:22 |
Heat Generation rate in W/m³ | ashghan | OpenFOAM Programming & Development | 0 | June 27, 2014 06:42 |