Inlet boundary conditions & experimental results
Posted: Thu Sep 30, 2010 5:00 pm
Dear Users,
I am actually working on validation of Code_Saturne 1.3.3 on ROCOM tests (RPV mock up).
The inlet boundary conditions (given by experiments) came from "wire mesh sensors" : 200 sensors on a pipe section, with results over several time steps.
My question is : How can I define my inlet boundary conditions considering those results ?
By talking with people using CFX, it is possible to give all sensors position on the pipe section "x,y", and all sensors results "R(x,y)", so that the code is able to find a polynomial F(x,y) = R to define parametric boundary conditions.
I really like to have the same approach with Code_Saturne, since the F(x,y) polynomial is easy to find (by resolving a system of linear equations). With 200 points the method should be quiet accurate (9 or 10 orders for F(x,y))
Are user's subroutine able to call the "Blas" library to resolve such a system ? Or should I write my own matrice inversion algorithm ?
If not, does anyone know a better strategy to define such a boundary condition ?
Many thanks for your help,
Bruno
EDF SEPTEN, Lyon
I am actually working on validation of Code_Saturne 1.3.3 on ROCOM tests (RPV mock up).
The inlet boundary conditions (given by experiments) came from "wire mesh sensors" : 200 sensors on a pipe section, with results over several time steps.
My question is : How can I define my inlet boundary conditions considering those results ?
By talking with people using CFX, it is possible to give all sensors position on the pipe section "x,y", and all sensors results "R(x,y)", so that the code is able to find a polynomial F(x,y) = R to define parametric boundary conditions.
I really like to have the same approach with Code_Saturne, since the F(x,y) polynomial is easy to find (by resolving a system of linear equations). With 200 points the method should be quiet accurate (9 or 10 orders for F(x,y))
Are user's subroutine able to call the "Blas" library to resolve such a system ? Or should I write my own matrice inversion algorithm ?
If not, does anyone know a better strategy to define such a boundary condition ?
Many thanks for your help,
Bruno
EDF SEPTEN, Lyon