|
[Sponsors] |
March 22, 2013, 15:19 |
lagrangian coal modeling
|
#1 |
New Member
|
Hello All,
I am trying to implement a devolatilization model in OpenFOAM-1.7.1 which requires the knowledge of the temperature history of a parcel at any given time. Is there any way to achieve this with OpenFOAM's existing structure? Any suggestion is welcome=) |
|
August 3, 2015, 06:15 |
up
|
#2 |
New Member
Khomenko Maxim
Join Date: Aug 2015
Posts: 18
Rep Power: 11 |
Hi xinyu, have you found any OpenFOAM's existing structures to implement temperature history in it?
|
|
August 18, 2015, 11:31 |
temperature history usage in openFOAM
|
#3 |
New Member
Khomenko Maxim
Join Date: Aug 2015
Posts: 18
Rep Power: 11 |
Does anybody know some hints or can advise in what direction to look for temperature history usage in OpenFOAM? Am I posting the question in the wrong topic? Can anyone suggest the right one?
|
|
August 23, 2015, 11:52 |
|
#4 |
New Member
Khomenko Maxim
Join Date: Aug 2015
Posts: 18
Rep Power: 11 |
Does anybody know any manual for DynamicField Class? I suppose that using .append method for sequential time steps, this class help to store temperature history in memory for the further use. Will this be appropriate in terms of memory and copying.
|
|
October 12, 2015, 09:29 |
|
#5 |
New Member
Khomenko Maxim
Join Date: Aug 2015
Posts: 18
Rep Power: 11 |
Hello everybody!
I'm using IOdictionary kjmaHistory to store temperature history List T_melt on disk. Code:
List<DynamicList<scalar> > T_melt;// declaration the list of temperature history T_melt.setSize(<size11>)// initial list of temperature history of size size11 IOdictionary kjmaHistory//declaration the dictionary ( IOobject ( "kjmaHistory", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE ) ); kjmaHistory.add("T_melt",T_melt,true);// add list to dictionary ... T_melt[cellI].append(T_history[cellI]);//update list ... runTime.write()// write to disk |
|
Tags |
coal, hisotry, temperature |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Coal combustion injection properties | semo | FLUENT | 12 | May 16, 2017 20:40 |
Modeling coal combustion with DPM | Amit Katiyar | FLUENT | 4 | November 21, 2014 06:21 |
how to define the velocity of coal when using DPM in modeling coal gasification? | harry king | FLUENT | 1 | May 6, 2012 23:11 |
Modeling question: coal combustion | Pablo Sanchez | FLUENT | 4 | August 28, 2006 02:32 |
COAL COMBUSTION modeling with CFX4.3 | Isabel | CFX | 15 | December 13, 2000 07:36 |