GenerateInputFile()

Available for Fluent participants when the FluentInput | Option setting is not set to JournalFile.

Given the participant's name and a file name, generates a Fluent journal script which may be set as the value for the JournalFile setting.

System Coupling uses the generated script for the coupled analysis run.

Solver scripts generated using this method may be edited before the solve is started.

For more information, see Using Custom Input Files in System Coupling's User Interfaces in the Fluent User's Guide.

Essential Keyword Arguments

ParticipantName : string

Name of the participant for which the input script will be generated.

FileName : string

Name of the input script to be generated.

Return Type

None

Examples

Example 26: Generate a Fluent journal file


GenerateInputFile(ParticipantName = 'FLUENT-2', FileName = 'FFF-Initial.jou')