Re: Code Saturne 2.0-rc1 - Tutorial CFDSTUDY: issue with fluid properties when using
Posted: Sat Mar 13, 2010 8:03 pm
Hi Wayne,
As Yvan said, all the formulas have an independent table of symbols. I tried to share a table of symbols among multiple formulas with function mei_tree-new-with-shared_symbols in mei_evaluate.c but finally I found this solution a bit confusing for the user.
However, having the variable rho for the formula mu is a good idea. I've implemented this in the attached sources. These sources are not widely tested. If it is convenient, perhaps it will be integrated in the next version.
As Yvan said, all the formulas have an independent table of symbols. I tried to share a table of symbols among multiple formulas with function mei_tree-new-with-shared_symbols in mei_evaluate.c but finally I found this solution a bit confusing for the user.
However, having the variable rho for the formula mu is a good idea. I've implemented this in the attached sources. These sources are not widely tested. If it is convenient, perhaps it will be integrated in the next version.