Views
Creating Dot Com Files
last edited 3 years ago by taustin
For Bidomain/Monodomain with Collocation or Structured FEM
- Parameters: a
dot-ipparafile is needed for anything but a toy problem. - Mesh: define the finite element mesh in one of two ways
- If you want a structured mesh, then you must set a
dot-ipbasefile and adot-ipmeshfile. - If you need a less structured mesh, then you must set
set a
dot-ipnodefile, adot-ipbasefile, and adot-ipelemfile in that order.
- If you want a structured mesh, then you must set a
- Fibre : unless you want default fibre orientation, then you must
define a
dot-ipfibrfile for describing the fibre orientation. You will probably need to also define adot-ipelfbfile for defining the basis functions to represent the fibre orientation. - Grid points: define the gridpoints that will be hosted by the
previously defined elements through a
dot-ipgridfile.fem update grid geometryis a command that must be issued in order to get the correct coordinates for the grid points in the mapped space. (Grid points are originally defined in local xi space.)fem update grid metricis a command that you must issue if you are using collocation, in order to update the metric information. (NOTE: Only needed with collocation.)fem group grid external as boundaryis used to define one group calledboundarythat can be used later for boundary conditions.fem group xi1=low as stimulusis used in a similar way to group a set of points together.
- Problem Type: define the problem through a
dot-ipequafile. A few options that you can change inside of this file are discretization, electrical model, or cellular type model. - Material Parameters: define the intracellular and extracellular
parameter values (for fibre direction, sheet direction, and cross
direction) with a
dot-ipmatfile.