COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Public Member Functions | |
ProtoUnsteadyFixture () | |
void | set_analytical_solution (Region ®ion, const std::string &field_name, const std::string &var_name) |
Write the analytical solution, according to "A Heat transfer textbook", section 5.3. More... | |
Public Attributes | |
const Real | length |
const Real | ambient_temp |
const Real | initial_temp |
const Uint | nb_segments |
const Real | k |
const Real | alpha |
const Real | start_time |
const Real | end_time |
const Real | dt |
const Uint | write_interval |
Real | t |
Definition at line 64 of file utest-proto-unsteady.cpp.
|
inline |
Definition at line 66 of file utest-proto-unsteady.cpp.
|
inline |
Write the analytical solution, according to "A Heat transfer textbook", section 5.3.
Definition at line 82 of file utest-proto-unsteady.cpp.
const Real alpha |
Definition at line 128 of file utest-proto-unsteady.cpp.
const Real ambient_temp |
Definition at line 124 of file utest-proto-unsteady.cpp.
const Real dt |
Definition at line 131 of file utest-proto-unsteady.cpp.
const Real end_time |
Definition at line 130 of file utest-proto-unsteady.cpp.
const Real initial_temp |
Definition at line 125 of file utest-proto-unsteady.cpp.
const Real k |
Definition at line 127 of file utest-proto-unsteady.cpp.
const Real length |
Definition at line 123 of file utest-proto-unsteady.cpp.
const Uint nb_segments |
Definition at line 126 of file utest-proto-unsteady.cpp.
const Real start_time |
Definition at line 129 of file utest-proto-unsteady.cpp.
Real t |
Definition at line 133 of file utest-proto-unsteady.cpp.
const Uint write_interval |
Definition at line 132 of file utest-proto-unsteady.cpp.
Send comments to: COOLFluiD Web Admin |