Hi all,
I am editing the cs_user_extra_operations.c file for the calculation of forces on the boundary, and moments about certain points. I can't understand in the documentation what the first argument of the cs_selector_get_b_face() function, corresponding to a certain selection criteria, refers to. I reach through the code to see that it depends on a certain _get_criteria_id function, but I can't see any more information on how to use this argument.
Thanks in advance,
First parameter of cs_selector_get_b_face_list
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 4214
- Joined: Mon Feb 20, 2012 3:25 pm
Re: First parameter of cs_selector_get_b_face_list
Hello,
There are several examples (see https://www.code-saturne.org/documentat ... mples.html).
Selection criteria are also explained in the documentation: https://www.code-saturne.org/documentat ... ect_c.html
Best regards,
Yvan
There are several examples (see https://www.code-saturne.org/documentat ... mples.html).
Selection criteria are also explained in the documentation: https://www.code-saturne.org/documentat ... ect_c.html
Best regards,
Yvan
Re: First parameter of cs_selector_get_b_face_list
Thank you Yvan