Click or drag to resize

PipeSection(Int32, String, Int32, Int32, String, Double, Double, Double, Double) Constructor


Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.Pipe
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
public PipeSection(
	int indice,
	string tipo,
	int qtde,
	int incrementos,
	string material,
	double comp,
	double elev,
	double de,
	double di
)
Request Example View Source

Parameters

indice  Int32
 
tipo  String
 
qtde  Int32
 
incrementos  Int32
 
material  String
 
comp  Double
 
elev  Double
 
de  Double
 
di  Double
 
See Also