crunchflow.input.blocks.Runtime
- class crunchflow.input.blocks.Runtime
Bases:
digraph inheritance5539efda62 { 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"]; "Runtime" [URL="#crunchflow.input.blocks.Runtime",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="Runtime block for the input file"]; "KeywordBlock" -> "Runtime" [arrowsize=0.5,style="setlinewidth(0.5)"]; }KeywordBlockRuntime block for the input file
This block contains parameters that control the runtime of the simulation
- __str__()
Return the runtime block as a string
- set_parameters(parameters)
Set the parameters for the block
- Parameters:
- parametersdict
Dictionary of parameters to set