Skip to content

Tabulated data; inclussion and usage #89

Answered by thelfer
Irvise asked this question in Q&A
Discussion options

You must be logged in to vote

To be honest, material properties are poorly documented in english (The french documentation is a bit better).

For your problem, there is built-in feature to handle material properties given by tabulated data. You may want to open an issue about that.

The main reason is that one must handle how data are interpolated and extrapolated. TFEL/Math provides cubic spline and kriging for example. But no support for linear interpolation !

You'll find attached two examples of how to implement that. The first one is compatible with TFEL-4.0. The second one shall compile with previous versions:

Replies: 3 comments 23 replies

Comment options

You must be logged in to vote
5 replies
@Irvise
Comment options

@thelfer
Comment options

@Irvise
Comment options

@thelfer
Comment options

@Irvise
Comment options

Answer selected by thelfer
Comment options

You must be logged in to vote
18 replies
@thelfer
Comment options

@Irvise
Comment options

@thelfer
Comment options

@Irvise
Comment options

@thelfer
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment