DefineContactVolume#

class ansys.dyna.keywords.keyword_classes.DefineContactVolume(**kwargs)#

DYNA DEFINE_CONTACT_VOLUME keyword

Attributes:
cards

Gets the cards of the keyword

cid

Get or set the Coordinate system ID.

cvid

Get or set the Contact volume ID.

d_angc

Get or set the If the included angle between axis of the cylinder and the normal vector ot the contact segment is less than this angle, the segment is deleted.

d_angs

Get or set the If the included angle between a line draw from the center of the sphere to the centroid of the segment, and the normal vector to the contact segment is greater than this angle, the segment is deleted.

format

Get or set the format for this keyword.

length

Get or set the Length of cylinder originating at(xc,yc,zc) and revolving around the local x-axis.

options

Gets the options of the keyword, if any

rinner

Get or set the Inner radius of cylinder or sphere.

router

Get or set the Outer radius of cylinder or sphere.

title

Get or set the Additional title line

type

Get or set the Volume type.

user_comment

Get or set the “user comment” for this keyword.

xc

Get or set the x-coordinate which defines the origin of coordinate system or the center of the sphere for type=3 referenced to the global coordinate system.

xmn

Get or set the Minimum x-coordinate in local coordinate system.

xmx

Get or set the Maximum x-coordinate in local coordinate system.

yc

Get or set the y-coordinate which defines the origin of coordinate system or the center of the sphere for type=3 referenced to the global coordinate system.

ymn

Get or set the Minimum y-coordinate in local coordinate system.

ymx

Get or set the Maximum y-coordinate in local coordinate system.

zc

Get or set the z-coordinate which defines the origin of coordinate system or the center of the sphere for type=3 referenced to the global coordinate system.

zmn

Get or set the Minimum z-coordinate in local coordinate system.

zmx

Get or set the Maximum z-coordinate in local coordinate system.

Methods

dumps()

Returns the string representation of the keyword

get_title([format_symbol])

Get the title of this keyword.

loads(value)

Loads the keyword from string.

write([buf, format, deck_format])

Renders the keyword in the dyna keyword format.

before_read

read

Methods

DefineContactVolume.before_read(buf)

DefineContactVolume.dumps()

Returns the string representation of the keyword

DefineContactVolume.get_title([format_symbol])

Get the title of this keyword.

DefineContactVolume.loads(value)

Loads the keyword from string.

DefineContactVolume.read(buf)

DefineContactVolume.write([buf, format, ...])

Renders the keyword in the dyna keyword format.

Attributes

DefineContactVolume.cards

Gets the cards of the keyword

DefineContactVolume.cid

Get or set the Coordinate system ID.

DefineContactVolume.cvid

Get or set the Contact volume ID.

DefineContactVolume.d_angc

Get or set the If the included angle between axis of the cylinder and the normal vector ot the contact segment is less than this angle, the segment is deleted.

DefineContactVolume.d_angs

Get or set the If the included angle between a line draw from the center of the sphere to the centroid of the segment, and the normal vector to the contact segment is greater than this angle, the segment is deleted.

DefineContactVolume.format

Get or set the format for this keyword.

DefineContactVolume.keyword

DefineContactVolume.length

Get or set the Length of cylinder originating at(xc,yc,zc) and revolving around the local x-axis.

DefineContactVolume.options

Gets the options of the keyword, if any

DefineContactVolume.rinner

Get or set the Inner radius of cylinder or sphere.

DefineContactVolume.router

Get or set the Outer radius of cylinder or sphere.

DefineContactVolume.subkeyword

DefineContactVolume.title

Get or set the Additional title line

DefineContactVolume.type

Get or set the Volume type.

DefineContactVolume.user_comment

Get or set the "user comment" for this keyword.

DefineContactVolume.xc

Get or set the x-coordinate which defines the origin of coordinate system or the center of the sphere for type=3 referenced to the global coordinate system.

DefineContactVolume.xmn

Get or set the Minimum x-coordinate in local coordinate system.

DefineContactVolume.xmx

Get or set the Maximum x-coordinate in local coordinate system.

DefineContactVolume.yc

Get or set the y-coordinate which defines the origin of coordinate system or the center of the sphere for type=3 referenced to the global coordinate system.

DefineContactVolume.ymn

Get or set the Minimum y-coordinate in local coordinate system.

DefineContactVolume.ymx

Get or set the Maximum y-coordinate in local coordinate system.

DefineContactVolume.zc

Get or set the z-coordinate which defines the origin of coordinate system or the center of the sphere for type=3 referenced to the global coordinate system.

DefineContactVolume.zmn

Get or set the Minimum z-coordinate in local coordinate system.

DefineContactVolume.zmx

Get or set the Maximum z-coordinate in local coordinate system.