#include <stdio.h>#include "uth_mesh.h"

Go to the source code of this file.
| enum pdt_ns_supg_bctype |
| int pdr_ns_supg_bc_free | ( | pdt_ns_supg_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_supg_bc_free - free bc resources ---------------------------------------------------------

| int pdr_ns_supg_bc_read | ( | char * | Work_dir, | |
| char * | Filename, | |||
| FILE * | Interactive_output, | |||
| pdt_ns_supg_bc * | Bc_db | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_bc_read - read bc data from config file ---------------------------------------------------------


| int pdr_ns_supg_get_bc_assign_count | ( | const pdt_ns_supg_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_supg_get_bc_assign_count - get num of boundaries with conditions set in file ---------------------------------------------------------

| void* pdr_ns_supg_get_bc_data | ( | const pdt_ns_supg_bc * | Bc_db, | |
| int | Bnum | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_get_bc_data - get flow bc data ---------------------------------------------------------

| pdt_ns_supg_bctype pdr_ns_supg_get_bc_type | ( | const pdt_ns_supg_bc * | Bc_db, | |
| int | Bnum | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_get_bc_type - get type of flow bc for boundary ---------------------------------------------------------

| pdt_ns_supg_pin_pressure* pdr_ns_supg_get_pressure_pin | ( | const pdt_ns_supg_bc * | Bc_db, | |
| int | Idx | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_get_pressure_pin - get pressure pin data ---------------------------------------------------------

| int pdr_ns_supg_get_pressure_pins_count | ( | const pdt_ns_supg_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_supg_get_pressure_pins_count ---------------------------------------------------------

| pdt_ns_supg_pin_velocity* pdr_ns_supg_get_velocity_pin | ( | const pdt_ns_supg_bc * | Bc_db, | |
| int | Idx | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_get_velocity_pin - get velocity pin data ---------------------------------------------------------

| int pdr_ns_supg_get_velocity_pins_count | ( | const pdt_ns_supg_bc * | Bc_db | ) |
-------------------------------------------------------- pdr_ns_supg_get_velocity_pins_count ---------------------------------------------------------

| int pdr_ns_supg_update_timedep_bc | ( | const pdt_ns_supg_bc * | Bc_db, | |
| double | Time | |||
| ) |
-------------------------------------------------------- pdr_ns_supg_update_timedep_bc - update timedependent boundary conditions ---------------------------------------------------------

1.6.1