pdd_plast_flow_mixed/include/pdh_plast_flow_mixed_bc.h File Reference

#include <stdio.h>
Include dependency graph for pdh_plast_flow_mixed_bc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pdt_plast_flow_bc_velocity
struct  pdt_plast_flow_bc_traction
struct  pdt_plast_flow_bc_friction
struct  pdt_plast_flow_bc_symmetry
struct  pdt_plast_flow_bc_free_slip
struct  pdt_plast_flow_pin_stress
struct  pdt_plast_flow_pin_velocity
struct  pdt_plast_flow_bc_assignments
struct  pdt_plast_flow_bc

Enumerations

enum  pdt_plast_flow_bctype {
  BC_PLAST_FLOW_NONE, BC_PLAST_FLOW_NOSLIP, BC_PLAST_FLOW_FREE, BC_PLAST_FLOW_FREE_SLIP,
  BC_PLAST_FLOW_SYMMETRY, BC_PLAST_FLOW_VELOCITY, BC_PLAST_FLOW_TRACTION, BC_PLAST_FLOW_FRICTION,
  BC_PLAST_FLOW_NONE, BC_PLAST_FLOW_NOSLIP, BC_PLAST_FLOW_FREE, BC_PLAST_FLOW_SYMMETRY,
  BC_PLAST_FLOW_VELOCITY, BC_PLAST_FLOW_TRACTION, BC_PLAST_FLOW_FRICTION, BC_PLAST_FLOW_NONE,
  BC_PLAST_FLOW_NOSLIP, BC_PLAST_FLOW_FREE, BC_PLAST_FLOW_FREE_SLIP, BC_PLAST_FLOW_SYMMETRY,
  BC_PLAST_FLOW_VELOCITY, BC_PLAST_FLOW_TRACTION, BC_PLAST_FLOW_FRICTION, BC_PLAST_FLOW_NONE,
  BC_PLAST_FLOW_NOSLIP, BC_PLAST_FLOW_FREE, BC_PLAST_FLOW_FREE_SLIP, BC_PLAST_FLOW_SYMMETRY,
  BC_PLAST_FLOW_VELOCITY, BC_PLAST_FLOW_TRACTION, BC_PLAST_FLOW_FRICTION
}
enum  pdt_plast_flow_bc_vel_orient {
  BC_PLAST_FLOW_VEL_ORIENT_GLOB = 0, BC_PLAST_FLOW_VEL_ORIENT_LOC = 1, BC_PLAST_FLOW_VEL_ORIENT_GLOB = 0, BC_PLAST_FLOW_VEL_ORIENT_LOC = 1,
  BC_PLAST_FLOW_VEL_ORIENT_GLOB = 0, BC_PLAST_FLOW_VEL_ORIENT_LOC = 1, BC_PLAST_FLOW_VEL_ORIENT_GLOB = 0, BC_PLAST_FLOW_VEL_ORIENT_LOC = 1
}

Functions

int pdr_plast_flow_bc_read (char *Work_dir, char *Filename, FILE *Interactive_output, pdt_plast_flow_bc *Bc_db)
int pdr_plast_flow_bc_free (pdt_plast_flow_bc *Bc_db)
int pdr_plast_flow_get_stress_pins_count (const pdt_plast_flow_bc *Bc_db)
int pdr_plast_flow_get_velocity_pins_count (const pdt_plast_flow_bc *Bc_db)
int pdr_plast_flow_get_bc_assign_count (const pdt_plast_flow_bc *Bc_db)
pdt_plast_flow_pin_stresspdr_plast_flow_get_stress_pin (const pdt_plast_flow_bc *Bc_db, int Idx)
pdt_plast_flow_pin_velocitypdr_plast_flow_get_velocity_pin (const pdt_plast_flow_bc *Bc_db, int Idx)
pdt_plast_flow_bctype pdr_plast_flow_get_bc_type (const pdt_plast_flow_bc *Bc_db, int Bnum)
voidpdr_plast_flow_get_bc_data (const pdt_plast_flow_bc *Bc_db, int Bnum)
int pdr_plast_flow_update_timedep_bc (const pdt_plast_flow_bc *Bc_db, double Time)

Enumeration Type Documentation

Enumerator:
BC_PLAST_FLOW_VEL_ORIENT_GLOB 
BC_PLAST_FLOW_VEL_ORIENT_LOC 
BC_PLAST_FLOW_VEL_ORIENT_GLOB 
BC_PLAST_FLOW_VEL_ORIENT_LOC 
BC_PLAST_FLOW_VEL_ORIENT_GLOB 
BC_PLAST_FLOW_VEL_ORIENT_LOC 
BC_PLAST_FLOW_VEL_ORIENT_GLOB 
BC_PLAST_FLOW_VEL_ORIENT_LOC 
Enumerator:
BC_PLAST_FLOW_NONE 
BC_PLAST_FLOW_NOSLIP 
BC_PLAST_FLOW_FREE 
BC_PLAST_FLOW_FREE_SLIP 
BC_PLAST_FLOW_SYMMETRY 
BC_PLAST_FLOW_VELOCITY 
BC_PLAST_FLOW_TRACTION 
BC_PLAST_FLOW_FRICTION 
BC_PLAST_FLOW_NONE 
BC_PLAST_FLOW_NOSLIP 
BC_PLAST_FLOW_FREE 
BC_PLAST_FLOW_SYMMETRY 
BC_PLAST_FLOW_VELOCITY 
BC_PLAST_FLOW_TRACTION 
BC_PLAST_FLOW_FRICTION 
BC_PLAST_FLOW_NONE 
BC_PLAST_FLOW_NOSLIP 
BC_PLAST_FLOW_FREE 
BC_PLAST_FLOW_FREE_SLIP 
BC_PLAST_FLOW_SYMMETRY 
BC_PLAST_FLOW_VELOCITY 
BC_PLAST_FLOW_TRACTION 
BC_PLAST_FLOW_FRICTION 
BC_PLAST_FLOW_NONE 
BC_PLAST_FLOW_NOSLIP 
BC_PLAST_FLOW_FREE 
BC_PLAST_FLOW_FREE_SLIP 
BC_PLAST_FLOW_SYMMETRY 
BC_PLAST_FLOW_VELOCITY 
BC_PLAST_FLOW_TRACTION 
BC_PLAST_FLOW_FRICTION 

Function Documentation

int pdr_plast_flow_bc_free ( pdt_plast_flow_bc Bc_db  ) 

-------------------------------------------------------- pdr_plast_flow_bc_free - free bc resources ---------------------------------------------------------

int pdr_plast_flow_bc_read ( char *  Work_dir,
char *  Filename,
FILE *  Interactive_output,
pdt_plast_flow_bc Bc_db 
)

-------------------------------------------------------- pdr_plast_flow_bc_read - read bc data from config file ---------------------------------------------------------

int pdr_plast_flow_get_bc_assign_count ( const pdt_plast_flow_bc Bc_db  ) 

-------------------------------------------------------- pdr_plast_flow_get_bc_assign_count - get num of boundaries with conditions set in file ---------------------------------------------------------

void* pdr_plast_flow_get_bc_data ( const pdt_plast_flow_bc Bc_db,
int  Bnum 
)

-------------------------------------------------------- pdr_plast_flow_get_bc_data - get flow bc data ---------------------------------------------------------

pdt_plast_flow_bctype pdr_plast_flow_get_bc_type ( const pdt_plast_flow_bc Bc_db,
int  Bnum 
)

-------------------------------------------------------- pdr_plast_flow_get_bc_type - get type of flow bc for boundary ---------------------------------------------------------

pdt_plast_flow_pin_stress* pdr_plast_flow_get_stress_pin ( const pdt_plast_flow_bc Bc_db,
int  Idx 
)

-------------------------------------------------------- pdr_plast_flow_get_stress_pin - get stress pin data ---------------------------------------------------------

int pdr_plast_flow_get_stress_pins_count ( const pdt_plast_flow_bc Bc_db  ) 

-------------------------------------------------------- pdr_plast_flow_get_stress_pins_count ---------------------------------------------------------

pdt_plast_flow_pin_velocity* pdr_plast_flow_get_velocity_pin ( const pdt_plast_flow_bc Bc_db,
int  Idx 
)

-------------------------------------------------------- pdr_plast_flow_get_velocity_pin - get velocity pin data ---------------------------------------------------------

int pdr_plast_flow_get_velocity_pins_count ( const pdt_plast_flow_bc Bc_db  ) 

-------------------------------------------------------- pdr_plast_flow_get_velocity_pins_count ---------------------------------------------------------

int pdr_plast_flow_update_timedep_bc ( const pdt_plast_flow_bc Bc_db,
double  Time 
)

-------------------------------------------------------- pdr_plast_flow_update_timedep_bc - update timedependent boundary conditions ---------------------------------------------------------

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1