Driver.
577 trace_file <<
"VARIABLES=\"p_e_x_t\",\"z_ctrl\"" << std::endl;
578 trace_file <<
"ZONE" << std::endl;
583 for(
unsigned i=0;
i<nstep;
i++)
599 double exact_pressure = 0.0;
605 double alpha = 2.0*
atan(2.0*tanbeta/(1.0-tanbeta*tanbeta));
623 << exact_pressure <<
" "
631 problem.mesh_pt()->output(some_file,15);
AnnoyingScalar sin(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:137
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Definition: oomph_utilities.h:499
std::string directory() const
Output directory.
Definition: oomph_utilities.h:524
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
unsigned & number()
Number used (e.g.) for labeling output files.
Definition: oomph_utilities.h:554
RealScalar alpha
Definition: level1_cplx_impl.h:151
double Pi
Definition: two_d_biharmonic.cc:235
EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bfloat16 atan(const bfloat16 &a)
Definition: BFloat16.h:636
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
double L_y
Definition: navier_stokes/navier_stokes_with_singularity/driven_cavity.cc:192
double L_x
Definition: navier_stokes/navier_stokes_with_singularity/driven_cavity.cc:189
double Sigma0
2nd Piola Kirchhoff pre-stress
Definition: tensioned_string.cc:46
double & external_pressure()
Access function to value of external pressure.
Definition: steady_ring.cc:79
double Prescribed_z
Prescribed position of control point.
Definition: plate.cc:274
double H
Nondim thickness.
Definition: steady_ring.cc:50
string filename
Definition: MergeRestartFiles.py:39
Mdouble gamma(Mdouble gamma_in)
This is the gamma function returns the true value for the half integer value.
Definition: ExtendedMath.cc:116
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213