Classes | Functions
refineable_young_laplace.cc File Reference

Go to the source code of this file.

Classes

class  RefineableYoungLaplaceProblem< ELEMENT >
 2D RefineableYoungLaplace problem on rectangular domain, discretised with 2D QRefineableYoungLaplace elements. The specific type of element is specified via the template parameter. More...
 

Functions

void run_it (const string &output_directory)
 Run code for current setting of parameter values – specify name of output directory. More...
 
int main (int argc, char *argv[])
 Driver code for 2D RefineableYoungLaplace problem. Input arguments: none (for validation) or case (0,1,2,3 for all pinned, barrel with spines, barrel without spines, and T junction), and number of steps. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Driver code for 2D RefineableYoungLaplace problem. Input arguments: none (for validation) or case (0,1,2,3 for all pinned, barrel with spines, barrel without spines, and T junction), and number of steps.

Definition at line 616 of file refineable_young_laplace.cc.

References GlobalParameters::All_pinned, GlobalParameters::Barrel_shape, GlobalParameters::Case, GlobalParameters::Controlled_height_increment, GlobalParameters::Gamma, GlobalParameters::L_x, GlobalParameters::L_y, GlobalParameters::Nsteps, run_it(), GlobalParameters::T_junction_with_nonzero_contact_angle, and GlobalParameters::Use_spines.

◆ run_it()

void run_it ( const string &  output_directory)

Run code for current setting of parameter values – specify name of output directory.

Definition at line 541 of file refineable_young_laplace.cc.

References RefineableYoungLaplaceProblem< ELEMENT >::doc_solution(), RefineableYoungLaplaceProblem< ELEMENT >::increment_parameters(), and GlobalParameters::Nsteps.

Referenced by main().