Skip to content

Commit

Permalink
pipe check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebbruno committed Aug 28, 2024
1 parent cb4f94a commit 94146ad
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/alfasim_sdk/alfasim_sdk_api/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -892,20 +892,15 @@ DLL_EXPORT int get_wall_material_names(void* ctx, char*** material_names_in_wall
Example of usage:
|
(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 94146ad

Please sign in to comment.