First parameter of cs_selector_get_b_face_list

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
finzeo
Posts: 55
Joined: Fri Sep 09, 2022 4:23 pm

First parameter of cs_selector_get_b_face_list

Post by finzeo »

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,
Yvan Fournier
Posts: 4080
Joined: Mon Feb 20, 2012 3:25 pm

Re: First parameter of cs_selector_get_b_face_list

Post by Yvan Fournier »

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
finzeo
Posts: 55
Joined: Fri Sep 09, 2022 4:23 pm

Re: First parameter of cs_selector_get_b_face_list

Post by finzeo »

Thank you Yvan
Post Reply