Solve 2D problem.
1763 oomph_info <<
"Building/solving for GlobalParameters::Target_area = "
1776 problem.assign_initial_values_impulsive();
1782 while (
problem.time_pt()->time()<=t_max)
1785 problem.unsteady_newton_solve(dt);
Problem class.
Definition: stefan_boltzmann.cc:297
Definition: constitutive_laws.h:699
UnsteadyHeat upgraded to become projectable.
Definition: unsteady_heat_elements.h:699
Definition: pseudosolid_node_update_elements.h:58
Definition: solid_elements.h:1756
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
double Nu
Poisson's ratio for pseudo-solid.
Definition: stefan_boltzmann_melt.cc:182
ConstitutiveLaw * Constitutive_law_pt
Pointer to constitutive law.
Definition: stefan_boltzmann_melt.cc:185
unsigned Nintpt
Number of integration points for new integration scheme (if used)
Definition: stefan_boltzmann.cc:112
double Target_area
Target element size.
Definition: stefan_boltzmann.cc:133
string Directory
Output directory.
Definition: stefan_boltzmann.cc:109
void specify_command_line_flag(const std::string &command_line_flag, const std::string &doc)
Specify possible argument-free command line flag.
Definition: oomph_utilities.cc:451
void parse_and_assign(int argc, char *argv[], const bool &throw_on_unrecognised_args)
Definition: oomph_utilities.cc:760
void doc_specified_flags()
Document specified command line flags.
Definition: oomph_utilities.cc:610
OomphInfo oomph_info
Definition: oomph_definitions.cc:319
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213