Skip to content

Commit

Permalink
change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebbruno committed Aug 28, 2024
1 parent cacf00b commit cb4f94a
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/alfasim_sdk/alfasim_sdk_api/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -892,13 +892,20 @@ DLL_EXPORT int get_wall_material_names(void* ctx, char*** material_names_in_wall
Example of usage:
[is_fluid_check_4]
[is_fluid_check_3] [is_fluid_check_3]
[is_fluid_check_2] [is_fluid_check_2] [is_fluid_check_2]
[is_fluid_check_1] [is_fluid_check_1] [is_fluid_check_1]
[is_fluid_check_0] [is_fluid_check_0] [is_fluid_check_0]
| | |
-[control_volume_1]-[control_volume_2]-[control_volume_3]-> (Pipe)
|
|
[control_volume_1]->[is_fluid_check_0; is_fluid_check_1; is_fluid_check_2]
|
|
|
[control_volume_2]->[is_fluid_check_0; is_fluid_check_1]
|
|
|
[control_volume_3]->[is_fluid_check_0; is_fluid_check_1; is_fluid_check_2; is_fluid_check_3]
|
|
\/ (pipe)
errcode = get_wall_material_type(
ctx, &wall_material, control_volume_id, &size_wall);
Expand Down

0 comments on commit cb4f94a

Please sign in to comment.