cPropMaterial GetDamping Method CSi API ETABS 2015
Retrieves the additional material damping data for the material.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int GetDamping(
	string Name,
	ref double ModalRatio,
	ref double ViscousMassCoeff,
	ref double ViscousStiffCoeff,
	ref double HystereticMassCoeff,
	ref double HystereticStiffCoeff,
	double Temp = 0
)

Parameters

Name
Type: OnlineSystem String
The name of an existing material property.
ModalRatio
Type: OnlineSystem Double 
The modal damping ratio.
ViscousMassCoeff
Type: OnlineSystem Double 
The mass coefficient for viscous proportional damping.
ViscousStiffCoeff
Type: OnlineSystem Double 
The stiffness coefficient for viscous proportional damping.
HystereticMassCoeff
Type: OnlineSystem Double 
The mass coefficient for hysteretic proportional damping.
HystereticStiffCoeff
Type: OnlineSystem Double 
The stiffness coefficient for hysteretic proportional damping.
Temp (Optional)
Type: OnlineSystem Double
The temperature at which the specified data is to be retrieved. The temperature must have been previously defined for the material

This item applies only if the specified material has properties that are temperature dependent. That is, it applies only if properties are specified for the material at more than one temperature

Return Value

Returns zero if the data is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also