crunchflow.input.blocks.Output

class crunchflow.input.blocks.Output

Bases: KeywordBlock

digraph inheritance0c3a7e01dd { 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"]; "Output" [URL="#crunchflow.input.blocks.Output",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="Output block for the input file"]; "KeywordBlock" -> "Output" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Output block for the input file

This block contains parameters that control the output of the simulation

set_parameters(parameters)

Set the parameters for the Output block

__str__()

Return the output block as a string, as it would be represented in a CrunchFlow input file