crunchflow.input.blocks.Transport

class crunchflow.input.blocks.Transport

Bases: KeywordBlock

digraph inheritanceedb1fc8c0a { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "KeywordBlock" [URL="KeywordBlock.html#crunchflow.input.blocks.KeywordBlock",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for all keyword blocks in a CrunchFlow input file"]; "Transport" [URL="#crunchflow.input.blocks.Transport",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Transport block for the input file"]; "KeywordBlock" -> "Transport" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Transport block for the input file

__str__()

Return the transport block as a string

set_parameters(parameters)

Set the parameters for the block

Parameters:
parametersdict

Dictionary of parameters to set