CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Tabulation of Dynamic Adaptive Chemistry (https://www.cfd-online.com/Forums/openfoam-programming-development/129134-tabulation-dynamic-adaptive-chemistry.html)

brugiere_olivier January 29, 2014 11:35

Tabulation of Dynamic Adaptive Chemistry
 
Hi all,

I'm trying to compile the TDAC library from Tommaso Lucchini on openFoam 2.1.1. My main problem is that this library was build on openFoam 1.5. So there are many problems during the compilation
I would like know if some body have tried to do this compilation or if some one have already find the solution for modify those lines in the TDAC / chemistryModelPolimi / chemistryModel / TDACChemistryModel / TDACChemistryModel.C

Code:

        chemkinReader tchemRead(thermoDict);
       
        const HashTable<List<chemkinReader::specieElement> >& specComp(tchemRead.specieComposition());
        forAll(specieComp_,i)
        {
            specieComp_[i] = specComp[this->Y()[i].name()];
        }

kind regards

u22 July 16, 2014 04:52

Hi,

Is there progress on the issue? I'm going to compile TDAC lib in the OF2.3.x...

francesco August 7, 2016 10:31

TDAC is available in the latest release of OpenFOAM-dev. Sorry for the delay of the reply, I didn't see this message before.


All times are GMT -4. The time now is 04:07.