static_two_layer.cc File Reference
#include "generic.h"
#include "navier_stokes.h"
#include "fluid_interface.h"
#include "constitutive.h"
#include "solid.h"
#include "meshes/two_layer_spine_mesh.h"
#include "meshes/rectangular_quadmesh.h"

Classes

class  CapProblem< ELEMENT >
 
class  ElasticTwoLayerMesh< ELEMENT >
 
class  PseudoSolidCapProblem< ELEMENT >
 

Namespaces

 Global_Physical_Variables
 Global variables.
 

Functions

void Global_Physical_Variables::wall_unit_normal_fct (const Vector< double > &x, Vector< double > &normal)
 Function that specifies the wall unit normal. More...
 
int main ()
 Main driver: Build problem and initiate parameter study. More...
 

Function Documentation

◆ main()

int main ( )

Main driver: Build problem and initiate parameter study.

1230 {
1231  {
1232  //Construct the problem with 4 x (4+4) elements
1234 
1235  //Solve the problem :)
1236  problem.parameter_study();
1237  }
1238 
1239  {
1240  //Construct the problem with 4 x (4+4) elements
1244  problem(4,4,4);
1245 
1246  //Solve the problem :)
1247  problem.parameter_study("RESLT_elastic");
1248  }
1249 
1250 }
Definition: axi_static_cap.cc:78
Definition: axi_static_cap.cc:513
Definition: hijacked_elements.h:132
Definition: pseudosolid_node_update_elements.h:58
Definition: solid_elements.h:1332
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References problem.