Combined Networks

This section lists the nets that contain mixed topologies, namely combinations of meshes and strands.

District

Display of a small district with different height information and with water as fluid.

alternate Text
water_district_grid(method='nikuradse')
Parameters

method (str, default "nikuradse") – which results should be loaded: nikuradse or prandtl-colebrook

Returns

net - STANET network converted to a pandapipes network

Return type

pandapipesNet

Example
>>> pandapipes.networks.simple_water_networks.water_district_grid(method="pc")

Mixed Network

Water network with a mesh in which one source appears.

alternate Text
water_combined_mixed()
Returns

net - OpenModelica network converted to a pandapipes network

Return type

pandapipesNet

Example
>>> pandapipes.networks.simple_water_networks.water_combined_mixed()

Versatility

Network with one pump, two sources and two opened valves.

Water:

alternate Text
water_combined_versatility(results_from='openmodelica', method='n')
Parameters
  • results_from (str, default "openmodelica") – which converted net should be loaded: openmodelica or stanet

  • method (str, default "nikuradse") – if results_from = “stanet”, which results should be loaded: nikuradse or prandtl-colebrook

Returns

net - STANET resp. OpenModelica network converted to a pandapipes network

Return type

pandapipesNet

Example
>>> pandapipes.networks.simple_water_networks.water_combined_versatility(method="")

Gas:

alternate Text
gas_versatility()
Returns

net - STANET network converted to a pandapipes network (method = “prandtl-colebrook”)

Return type

pandapipesNet

Example
>>> pandapipes.networks.simple_gas_networks.gas_versatility()

Parallel

Gas network with the characteristic of three parallel pipes between two junctions.

alternate Text
gas_3parallel(method='nikuradse')
Parameters

method (str, default "nikuradse") – which results should be loaded: nikuradse or prandtl-colebrook

Returns

net - STANET network converted to a pandapipes network

Return type

pandapipesNet

Example
>>> pandapipes.networks.simple_gas_networks.gas_3parallel(method="n")