carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Variables
carputils.mesh.pipe Namespace Reference

Classes

class  Pipe
 Generate a pipe mesh or a pipe-segment mesh. More...
 

Variables

 xrange = range
 
 parser = argparse.ArgumentParser()
 
 help
 
 type
 
 float
 
 default
 
 action
 
 args = parser.parse_args()
 
float DEGREE2RAD = 2.0*np.pi/360.0
 
 p60m60 = linear_fibre_rule(60, -60)
 
list faces = ['top', 'bottom', 'inside', 'outside']
 
 pipe
 

Variable Documentation

◆ action

carputils.mesh.pipe.action

◆ args

carputils.mesh.pipe.args = parser.parse_args()

◆ default

carputils.mesh.pipe.default

◆ DEGREE2RAD

float carputils.mesh.pipe.DEGREE2RAD = 2.0*np.pi/360.0

◆ faces

list carputils.mesh.pipe.faces = ['top', 'bottom', 'inside', 'outside']

◆ float

carputils.mesh.pipe.float

◆ help

carputils.mesh.pipe.help

◆ p60m60

carputils.mesh.pipe.p60m60 = linear_fibre_rule(60, -60)

◆ parser

carputils.mesh.pipe.parser = argparse.ArgumentParser()

◆ pipe

carputils.mesh.pipe.pipe
Initial value:
1 = Pipe(args.radius, args.thickness, args.length,
2  div_wall=3, div_circum=50, div_length=50,
3  angle=None if args.angle is None else args.angle*DEGREE2RAD,
4  tetrahedrise=not args.hexahedra,
5  fibre_rule=p60m60)

◆ type

carputils.mesh.pipe.type

◆ xrange

carputils.mesh.pipe.xrange = range