CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: atoof
Forum: OpenFOAM Programming & Development September 13, 2014, 03:59
Replies: 4
Views: 2,712
Posted By atoof
I used the following to get the species' heat...

I used the following to get the species' heat capacities:
In createFields:
PtrList<volScalarField>& cpi = Y;
forAll( cpi, rowI){
cpi[rowI].setSize(mesh.cells().size(), 0);
}
and in...
Forum: OpenFOAM Programming & Development September 12, 2014, 23:32
Replies: 4
Views: 2,712
Posted By atoof
Thanks Marco, How can I go through...

Thanks Marco,



How can I go through each species? I'm using OF2.1.x. In the documentation of basicMultiComponentMixture.H we read:

//- Heat capacity at constant pressure [J/(kg...
Forum: OpenFOAM Programming & Development September 11, 2014, 09:37
Replies: 4
Views: 2,712
Posted By atoof
Heat capacity of species

Dears,

I am going to implement a new model for calculating viscosity that needs to heat capacity of each species. The new solver is based on reactingFoam.

Is it possible to get heat capacity of...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 14:29.