CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Modified Casson model (https://www.cfd-online.com/Forums/openfoam-programming-development/252428-modified-casson-model.html)

rishik686 October 18, 2023 10:56

Modified Casson model
 
Hey Foamer,
for my simulation i gave modified the casson model such that the nuMin and nuMax different values.


Although the code is compiled succesfully, but the case file is not running.
I am using pimple solver.


following is the snippet of modified casson



/-------------------------------------------------/

mu_c = mu_plasma*(1+2.0703*H + 3.722*H*H)*0.745734796;

tau0 = sqr((H-0.122775))*sqr(0.508*0.125 + 0.4517)*tau0factor_;

mu_app = min(nuMax_, sqr(sqrt(tau0/max(g)) + sqrt(mu_c))) ;


/--------------------------------------------------/


Please help in running my case

Thank you


All times are GMT -4. The time now is 08:01.