Search found 1 match

by HTNguyen
Wed Jun 14, 2017 4:57 pm
Forum: code_saturne usage
Topic: Problem : Add scalars without GUI Code-Saturne version 4.3
Replies: 1
Views: 2771

Problem : Add scalars without GUI Code-Saturne version 4.3

Hello,
I'm a newbie of code_saturne version 4. I now want to add scalars without using GUI. I defined a scalar in cs_user_ parameters.c as below:

void
cs_user_model(void)
{
/* If the GUI is used, user fields should preferably be defined with the GUI,
so that associated numerical options ...