#include <stdio.h>
Go to the source code of this file.
int pdr_forming_mixed_bc_free | ( | pdt_forming_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_forming_mixed_bc_free - free bc resources ---------------------------------------------------------
int pdr_forming_mixed_bc_read | ( | char * | Work_dir, | |
char * | Filename, | |||
FILE * | Interactive_output, | |||
pdt_forming_mixed_bc * | Bc_db | |||
) |
-------------------------------------------------------- pdr_forming_mixed_bc_read - read bc data from config file ---------------------------------------------------------
int pdr_forming_mixed_get_bc_assign_count | ( | const pdt_forming_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_forming_mixed_get_bc_assign_count - get num of boundaries with conditions set in file ---------------------------------------------------------
void* pdr_forming_mixed_get_bc_data | ( | const pdt_forming_mixed_bc * | Bc_db, | |
int | Bnum | |||
) |
-------------------------------------------------------- pdr_forming_mixed_get_bc_data - get flow bc data ---------------------------------------------------------
pdt_forming_mixed_bctype pdr_forming_mixed_get_bc_type | ( | const pdt_forming_mixed_bc * | Bc_db, | |
int | Bnum | |||
) |
-------------------------------------------------------- pdr_forming_mixed_get_bc_type - get type of flow bc for boundary ---------------------------------------------------------
pdt_forming_mixed_pin_stress* pdr_forming_mixed_get_stress_pin | ( | const pdt_forming_mixed_bc * | Bc_db, | |
int | Idx | |||
) |
-------------------------------------------------------- pdr_forming_mixed_get_stress_pin - get stress pin data ---------------------------------------------------------
int pdr_forming_mixed_get_stress_pins_count | ( | const pdt_forming_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_forming_mixed_get_stress_pins_count ---------------------------------------------------------
pdt_forming_mixed_pin_velocity* pdr_forming_mixed_get_velocity_pin | ( | const pdt_forming_mixed_bc * | Bc_db, | |
int | Idx | |||
) |
-------------------------------------------------------- pdr_forming_mixed_get_velocity_pin - get velocity pin data ---------------------------------------------------------
int pdr_forming_mixed_get_velocity_pins_count | ( | const pdt_forming_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_forming_mixed_get_velocity_pins_count ---------------------------------------------------------
int pdr_forming_mixed_update_timedep_bc | ( | const pdt_forming_mixed_bc * | Bc_db, | |
double | Time | |||
) |
-------------------------------------------------------- pdr_forming_mixed_update_timedep_bc - update timedependent boundary conditions ---------------------------------------------------------