26 #ifndef OOMPH_COMMON_YOUNG_LAPLACE_STUFF_DOC
27 #define OOMPH_COMMON_YOUNG_LAPLACE_STUFF_DOC
133 if ((
N_x%2!=0)||(
N_y%2!=0))
135 cout <<
"n_x n_y should even" << endl;
178 std::cout <<
"Never get here: Case = " <<
Case << std::endl;
196 Vector<double>& spine_B,
197 Vector< Vector<double> >& dspine_B)
204 dspine_B[0][0] = 1.0 ;
205 dspine_B[1][0] = 0.0 ;
206 dspine_B[0][1] = 0.0 ;
207 dspine_B[1][1] = 1.0 ;
208 dspine_B[0][2] = 0.0 ;
209 dspine_B[1][2] = 0.0 ;
218 Vector<double>& spine,
219 Vector< Vector<double> >& dspine)
223 Vector<double>
x(2,0.0);
290 std::cout <<
"No exact solution for this case..." << std::endl;
AnnoyingScalar cos(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:136
AnnoyingScalar sin(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:137
#define assert(e,...)
Definition: Logger.h:744
Matrix< Type, Size, 1 > Vector
\cpp11 Size×1 vector of type Type.
Definition: Eigen/Eigen/src/Core/Matrix.h:515
double Pi
Definition: two_d_biharmonic.cc:235
Global parameters.
Definition: all_foeppl_von_karman/circular_disk.cc:48
double Alpha_max
Max. spine angle against horizontal plane.
Definition: barrel.cc:99
double L_x
------------------—Unsteady Heat Parameters---------------------—
Definition: test_equal_order_galerkin.cc:62
double Controlled_height
Height control value.
Definition: barrel.cc:51
unsigned Control_element
Definition: common_young_laplace_stuff.h:90
double get_exact_kappa()
Exact kappa.
Definition: barrel.cc:54
bool Use_height_control
Use height control (true) or not (false)?
Definition: common_young_laplace_stuff.h:43
double Controlled_height_increment
Increment for height control.
Definition: common_young_laplace_stuff.h:85
bool Rotate_spines_in_both_directions
Should the spines rotate in the x and y directions (true)?
Definition: common_young_laplace_stuff.h:119
unsigned N_y
Number of elements in the y-direction.
Definition: test_equal_order_galerkin.cc:74
double Kappa_increment
Increment for prescribed curvature.
Definition: common_young_laplace_stuff.h:82
bool Use_spines
Use spines (true) or not (false)
Definition: common_young_laplace_stuff.h:40
void spine_function(const Vector< double > &x, Vector< double > &spine, Vector< Vector< double > > &dspine)
Definition: barrel.cc:104
double Beta_max
Max. second pine angle against horizontal plane.
Definition: common_young_laplace_stuff.h:116
unsigned Nsteps
Number of steps.
Definition: common_young_laplace_stuff.h:79
unsigned N_x
Number of elements in the x-direction.
Definition: test_equal_order_galerkin.cc:71
Data * Kappa_pt
Pointer to Data object that stores the prescribed curvature.
Definition: common_young_laplace_stuff.h:64
void spine_base_function(const Vector< double > &x, Vector< double > &spine_B, Vector< Vector< double > > &dspine_B)
Definition: barrel.cc:72
double L_y
Length of the mesh in the y-direction.
Definition: test_equal_order_galerkin.cc:65
double Gamma
Parameter for timescale of step translation.
Definition: two_d_unsteady_heat_2adapt_load_balance.cc:144
Cases
Enumeration for the possible cases.
Definition: common_young_laplace_stuff.h:46
@ Barrel_shape
Definition: common_young_laplace_stuff.h:48
@ All_pinned
Definition: common_young_laplace_stuff.h:47
@ T_junction_with_nonzero_contact_angle
Definition: common_young_laplace_stuff.h:49
@ Spherical_cap_in_cylinder_pinned
Definition: common_young_laplace_stuff.h:46
double Kappa_initial
Initial value for kappa.
Definition: common_young_laplace_stuff.h:67
double Alpha_min
Min. spine angle against horizontal plane.
Definition: barrel.cc:96
double Cos_gamma
Cos of contact angle.
Definition: common_young_laplace_stuff.h:61
int Case
What case are we considering: Choose one from the enumeration Cases.
Definition: common_young_laplace_stuff.h:53
double Beta_min
Min. second spine angle against horizontal plane.
Definition: common_young_laplace_stuff.h:113
int Step_sign
Increase or decrease the value of the control parameters?
Definition: common_young_laplace_stuff.h:76
void setup_dependent_parameters_and_sanity_check()
Setup dependent parameters and perform sanity check.
Definition: common_young_laplace_stuff.h:126
list x
Definition: plotDoE.py:28