Click or drag to resize

APIaddIsoMaterial Method

Add an isotropic material from scratch
REST path: /material/add/iso/[name]/[E]/[ni]/[Wden]/[fk]/[conductivity]/[specificHeat]/[type]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int addIsoMaterial(
	string name,
	double E,
	double ni,
	double Wden,
	double fk = 0,
	double conductivity = 0,
	double specificHeat = 0,
	int type = 0
)

Parameters

name  String
Name of the new material
E  Double
Young's modulus
ni  Double
Poisson's ratio
Wden  Double
Weight density
fk  Double  (Optional)
Characteristic strength
conductivity  Double  (Optional)
Conductivity, for thermal analysis
specificHeat  Double  (Optional)
Specific heat, for thermal analysis
type  Int32  (Optional)
Optional. Integer to set materal type for checking: 1 steel, aluminium 2, concrete 3, timber 4, masonry 5, tensionFragile 6

Return Value

Int32
ID of the added material
See Also