carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Namespaces | Functions
block.py File Reference

Classes

class  carputils.mesh.block.Block
 Generate a block mesh with the mesher command line utility. More...
 

Namespaces

 carputils.mesh.block
 

Functions

def carputils.mesh.block.block_boundary_condition (block, entity, index, coord, lower=True, bath=False, verbose=False)
 Generate a boundary condition definition for a :class:Block. More...
 
def carputils.mesh.block.block_bc_opencarp (block, entity, index, coord, lower=True, bath=False, verbose=False)
 Does the same thing as block_boundary_condition, but for the new stim struct introduced in openCARP. More...
 
def carputils.mesh.block.block_region (block, entity, index, low, up, bath=False, verbose=False)
 Generate a boundary condition definition for a :class:Block. More...