cPropMaterial SetDamping Method CSi API ETABS 2015
Sets 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 SetDamping(
	string Name,
	double ModalRatio,
	double ViscousMassCoeff,
	double ViscousStiffCoeff,
	double HystereticMassCoeff,
	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 applies. 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 assigned; otherwise it returns a nonzero value.
Remarks

Examples

See Also