![]() |
|
Go to the source code of this file.
Classes | |
| class | UndeformedWall |
| class | FSICollapsibleChannelProblem< ELEMENT > |
| Problem class. More... | |
Namespaces | |
| Global_Physical_Variables | |
| Global variables. | |
| BL_Squash | |
| Flags | |
| Extend namespace for flags. | |
Functions | |
| void | Global_Physical_Variables::load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
| double | BL_Squash::squash_fct (const double &s) |
| void | Flags::doc_flags () |
| Doc flags. More... | |
Variables | |
| Data * | Global_Physical_Variables::P_ext_data_pt =0 |
| Pointer to Data object that stores external pressure. More... | |
| double | Global_Physical_Variables::Pmin =1.5 |
| double | Global_Physical_Variables::Pmax =2.0 |
| double | Global_Physical_Variables::P_step =0.0 |
| double | Global_Physical_Variables::Yprescr = 1.0 |
| double | Global_Physical_Variables::Yprescr_min =0.6 |
| double | BL_Squash::Delta =0.1 |
| Boundary layer width. More... | |
| double | BL_Squash::Fract_in_BL =0.5 |
| Fraction of points in boundary layer. More... | |
| unsigned | Flags::Resolution_factor =1 |
| Resolution factor (multiplier for number of elements across channel) More... | |
| unsigned | Flags::Use_displ_control =1 |
| Use displacement control (1) or not (0) More... | |
| unsigned | Flags::Steady_flag =1 |
| Steady run (1) or unsteady run (0) More... | |
| unsigned | Flags::Nsteps =5 |
| Number of steps in parameter study. More... | |
| string | Flags::Run_identifier_string ="" |
| String to identify the run type in trace file. More... | |
| string | Flags::Restart_file_name ="" |
| Name of restart file. More... | |