#include <math.h>#include "../include/pdh_ns_mixed_bc.h"
Functions | |
| int | pdr_ns_mixed_get_pressure_pins_count (const pdt_ns_mixed_bc *Bc_db) |
| int | pdr_ns_mixed_get_velocity_pins_count (const pdt_ns_mixed_bc *Bc_db) |
| int | pdr_ns_mixed_get_bc_assign_count (const pdt_ns_mixed_bc *Bc_db) |
| pdt_ns_mixed_pin_pressure * | pdr_ns_mixed_get_pressure_pin (const pdt_ns_mixed_bc *Bc_db, int Idx) |
| pdt_ns_mixed_pin_velocity * | pdr_ns_mixed_get_velocity_pin (const pdt_ns_mixed_bc *Bc_db, int idx) |
| pdt_ns_mixed_bctype | pdr_ns_mixed_get_bc_type (const pdt_ns_mixed_bc *Bc_db, int Bnum) |
| void * | pdr_ns_mixed_get_bc_data (const pdt_ns_mixed_bc *Bc_db, int Bnum) |
| int | pdr_ns_mixed_update_timedep_bc (const pdt_ns_mixed_bc *Bc_db, double Time) |
| int pdr_ns_mixed_get_bc_assign_count | ( | const pdt_ns_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_mixed_get_bc_assign_count - get num of boundaries with conditions set in file ---------------------------------------------------------

| void* pdr_ns_mixed_get_bc_data | ( | const pdt_ns_mixed_bc * | Bc_db, | |
| int | Bnum | |||
| ) |
-------------------------------------------------------- pdr_ns_mixed_get_bc_data - get flow bc data ---------------------------------------------------------

| pdt_ns_mixed_bctype pdr_ns_mixed_get_bc_type | ( | const pdt_ns_mixed_bc * | Bc_db, | |
| int | Bnum | |||
| ) |
-------------------------------------------------------- pdr_ns_mixed_get_bc_type - get type of flow bc for boundary ---------------------------------------------------------

| pdt_ns_mixed_pin_pressure* pdr_ns_mixed_get_pressure_pin | ( | const pdt_ns_mixed_bc * | Bc_db, | |
| int | Idx | |||
| ) |
-------------------------------------------------------- pdr_ns_mixed_get_pressure_pin - get pressure pin data ---------------------------------------------------------

| int pdr_ns_mixed_get_pressure_pins_count | ( | const pdt_ns_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_mixed_get_pressure_pins_count ---------------------------------------------------------

| pdt_ns_mixed_pin_velocity* pdr_ns_mixed_get_velocity_pin | ( | const pdt_ns_mixed_bc * | Bc_db, | |
| int | Idx | |||
| ) |
-------------------------------------------------------- pdr_ns_mixed_get_velocity_pin - get velocity pin data ---------------------------------------------------------

| int pdr_ns_mixed_get_velocity_pins_count | ( | const pdt_ns_mixed_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_mixed_get_velocity_pins_count ---------------------------------------------------------

| int pdr_ns_mixed_update_timedep_bc | ( | const pdt_ns_mixed_bc * | Bc_db, | |
| double | Time | |||
| ) |
-------------------------------------------------------- pdr_ns_mixed_update_timedep_bc - update timedependent boundary conditions ---------------------------------------------------------

1.6.1