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 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: chriss85
Forum: OpenFOAM Community Contributions April 12, 2016, 04:02
Replies: 62
Views: 20,579
Posted By chriss85
By default OpenFOAM uses Newton's method to find...

By default OpenFOAM uses Newton's method to find the temperature from the energy and pressure. This means that many evaluations of the h(p,T) function are required. Normally this is not a problem...
Forum: OpenFOAM Community Contributions November 10, 2015, 11:25
Replies: 62
Views: 20,579
Posted By chriss85
type heTabularThermo; means that the...

type heTabularThermo; means that the temperature will be determined by a table T(h,p). This is only needed if you also provide h(T,p) as a table with thermo hTabular;.
I think...
Forum: OpenFOAM Community Contributions November 3, 2015, 11:05
Replies: 62
Views: 20,579
Posted By chriss85
The code I published is currently only suited for...

The code I published is currently only suited for the psiThermo model. For rhoThermo you will have to do the adjustments yourself I'm afraid. I would check for all files which mention psiThermo, look...
Forum: OpenFOAM Community Contributions July 28, 2015, 03:59
Replies: 62
Views: 20,579
Posted By chriss85
The library I created is based on psiThermo, not...

The library I created is based on psiThermo, not rhoThermo. I think this may be the difference because in psiThermo rho is a function of p and T and may not be writeable as it is the case with...
Forum: OpenFOAM Community Contributions July 27, 2015, 05:40
Replies: 62
Views: 20,579
Posted By chriss85
You need to compile this library as it is, and...

You need to compile this library as it is, and then add the library to the solver which is supposed to use it under Make/options-> EXE_LIBS.
Forum: OpenFOAM Community Contributions June 29, 2015, 08:03
Replies: 62
Views: 20,579
Posted By chriss85
You compile this like any other OpenFOAM library,...

You compile this like any other OpenFOAM library, "wmake libso" in the thermophysicalModels\basic directory (afaik). It should work with any recent version I think, I have developed it on 2.3.x. BTW,...
Forum: OpenFOAM Community Contributions May 13, 2015, 05:44
Replies: 62
Views: 20,579
Posted By chriss85
For some reason I find myself unable to edit the...

For some reason I find myself unable to edit the first post so I will post the files here.

I have tested both a binary search and an interpolation search with similar results. The binary search...
Forum: OpenFOAM Community Contributions May 8, 2015, 11:36
Replies: 62
Views: 20,579
Posted By chriss85
I have worked on some performance optimizations...

I have worked on some performance optimizations for this library (avoiding some unnecessary lookups and using an interpolation search instead of linear search for finding data in the tables), in a...
Forum: OpenFOAM Community Contributions March 24, 2015, 07:31
Replies: 62
Views: 20,579
Posted By chriss85
Thanks, that should help making it more visible.

Thanks, that should help making it more visible.
Forum: OpenFOAM Community Contributions September 17, 2014, 04:40
Replies: 62
Views: 20,579
Posted By chriss85
Tabulated thermophysicalProperties library

I've finally gotten around to cleaning up my code for using tabulated material properties so I can release it.

Keep in mind that it's still work in progress, so please tell me if you find any...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 10:53.