![]() |
AMR-Solver
1.0
Block-based Octree AMR grid flow solver
|
Standard input output stuff. More...
Functions | |
| myOctree::NodeBc | string_to_NodeBc (string bc) |
| myOctree::FieldBc | string_to_FieldBc (string bc) |
| void | read_scalar_fields (ifstream &file) |
| void | read_vector_fields (ifstream &file) |
| int | read_blocks (ifstream &file) |
| void | read_scalar_field_Bc (ifstream &file, int number) |
| void | read_vector_field_Bc (ifstream &file, int number) |
| void | read_max_level (ifstream &file) |
| void | read_input_file () |
| string | NodeBc_to_string (myOctree::NodeBc bcc) |
| void | write_output_file () |
Standard input output stuff.
Namespace containing things related to input and output.
| string std::NodeBc_to_string | ( | myOctree::NodeBc | bcc | ) |
Converts node boundary condition type to string.
Definition at line 13 of file output.cpp.
| int std::read_blocks | ( | ifstream & | file | ) |
| void std::read_max_level | ( | ifstream & | file | ) |
| void std::read_scalar_field_Bc | ( | ifstream & | file, |
| int | number | ||
| ) |
| void std::read_scalar_fields | ( | ifstream & | file | ) |
| void std::read_vector_field_Bc | ( | ifstream & | file, |
| int | number | ||
| ) |
| void std::read_vector_fields | ( | ifstream & | file | ) |
| myOctree::FieldBc std::string_to_FieldBc | ( | string | bc | ) |
| myOctree::NodeBc std::string_to_NodeBc | ( | string | bc | ) |
| void std::write_output_file | ( | ) |
Writes output file, which is useful in restarting the simulation.
This function is not yet complete.
Definition at line 33 of file output.cpp.