carputils
Doxygen code documentation for the python framework controlling openCARP
Functions
bin.tuneCV Namespace Reference

Tune conductivity settings to match prescribed conduction velocities. More...

Functions

def parser ()
 
def str2bool (s)
 Convert string to bool (in argparse context). More...
 
def jobID (args)
 Generate name of top level output directory. More...
 
def run (args, job)
 

Detailed Description

Tune conductivity settings to match prescribed conduction velocities.

Function Documentation

◆ jobID()

def bin.tuneCV.jobID (   args)

Generate name of top level output directory.

◆ parser()

def bin.tuneCV.parser ( )

◆ run()

def bin.tuneCV.run (   args,
  job 
)

◆ str2bool()

def bin.tuneCV.str2bool (   s)

Convert string to bool (in argparse context).