Render
schemas.render.Render
¶
Bases: ABC
Handles rendering files.
dir_input = Field(default='.', exclude=True)
class-attribute
instance-attribute
¶
Path to a directory relative to
dir_work
that will contain
input files.
dir_output = Field(default='.', exclude=True)
class-attribute
instance-attribute
¶
Path to a directory relative to
dir_work
that the simulation will
store output files.
dir_work = Field(default='.', exclude=True)
class-attribute
instance-attribute
¶
Working directory to write files.
render(with_newlines=False)
¶
Prepare input lines by rendering templates or combining input configuration.