carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
carputils.forcepss.tissue_limcyc Namespace Reference

Functions

def vel2List (CVs, G, cvg)
 
def converge_CV (job, solver, converge, tol, tmode, dx, restitute_pcls, dkey, ep, cv, trg_dir, np, tbl, ID, carp_opts, visual, delete_simID=False)
 
def print_tune_cv_results (tune_cv, domains, solver)
 
def print_restitute_results (cv_tune)
 
def read_cv_res_file (cvrf)
 
def get_cv_res_files (cv_tune)
 
def update_exp_CV (exp, tune_cv)
 
def update_exp_CVres (exps, tune_cv)
 
def update_exp_desc (up_flag, exp_file, exp)
 
def converge_CVs (job, exp, converge, tol, tmode, dx, res_pcls, lim_cyc_dir, funcs_ignored, tag, np, visual, ID, carp_opts, dry)
 

Variables

string EXAMPLE_DESCRIPTIVE_NAME = 'Tissue experiment velocity (restitution)/conductivity measuring and tuning'
 
string EXAMPLE_AUTHOR = 'Gernot Plank <gernot.plank@medunigraz.at>, ' \
 
 EXAMPLE_DIR = os.path.dirname(__file__)
 

Function Documentation

◆ converge_CV()

def carputils.forcepss.tissue_limcyc.converge_CV (   job,
  solver,
  converge,
  tol,
  tmode,
  dx,
  restitute_pcls,
  dkey,
  ep,
  cv,
  trg_dir,
  np,
  tbl,
  ID,
  carp_opts,
  visual,
  delete_simID = False 
)

◆ converge_CVs()

def carputils.forcepss.tissue_limcyc.converge_CVs (   job,
  exp,
  converge,
  tol,
  tmode,
  dx,
  res_pcls,
  lim_cyc_dir,
  funcs_ignored,
  tag,
  np,
  visual,
  ID,
  carp_opts,
  dry 
)

◆ get_cv_res_files()

def carputils.forcepss.tissue_limcyc.get_cv_res_files (   cv_tune)
Parameters
cv_tune
Returns
list of CV restitution files, list of according labels

◆ print_restitute_results()

def carputils.forcepss.tissue_limcyc.print_restitute_results (   cv_tune)

◆ print_tune_cv_results()

def carputils.forcepss.tissue_limcyc.print_tune_cv_results (   tune_cv,
  domains,
  solver 
)

◆ read_cv_res_file()

def carputils.forcepss.tissue_limcyc.read_cv_res_file (   cvrf)

◆ update_exp_CV()

def carputils.forcepss.tissue_limcyc.update_exp_CV (   exp,
  tune_cv 
)

◆ update_exp_CVres()

def carputils.forcepss.tissue_limcyc.update_exp_CVres (   exps,
  tune_cv 
)

◆ update_exp_desc()

def carputils.forcepss.tissue_limcyc.update_exp_desc (   up_flag,
  exp_file,
  exp 
)

◆ vel2List()

def carputils.forcepss.tissue_limcyc.vel2List (   CVs,
  G,
  cvg 
)

Variable Documentation

◆ EXAMPLE_AUTHOR

string carputils.forcepss.tissue_limcyc.EXAMPLE_AUTHOR = 'Gernot Plank <gernot.plank@medunigraz.at>, ' \

◆ EXAMPLE_DESCRIPTIVE_NAME

string carputils.forcepss.tissue_limcyc.EXAMPLE_DESCRIPTIVE_NAME = 'Tissue experiment velocity (restitution)/conductivity measuring and tuning'

◆ EXAMPLE_DIR

carputils.forcepss.tissue_limcyc.EXAMPLE_DIR = os.path.dirname(__file__)