fluent_input#

class ansys.systemcoupling.core.adaptor.api_24_2.fluent_input.fluent_input(name=None, parent=None)#

Bases: Container

Fluent input.

Properties

optionstr

Type of solver input file(s) to be used for the Fluent run.

Allowed values:

  • “InitialCaseFile” - (Default) A case file will be defined as a solver input for the coupled analysis run.

  • “InitialCaseAndDataFile” - A Fluent case file and data file will be defined as solver inputs for the coupled analysis run.

  • “JournalFile” - A journal file will be defined as the solver input for the coupled analysis run.

case_filestr

Set Fluent initial case file.

data_filestr

Set Fluent initial data file.

enable_autosavebool

Set Fluent autosave frequency to System Coupling output control frequency to generate .flprj file.

journal_filestr

Set Fluent journal file.

Included in:

Parent

Summary

execution_control

Configure execution control for a coupling participant.