Skip to content

Fluent UDF variable names should be consistent with preCICE API names #15

@IshaanDesai

Description

@IshaanDesai

The boolean variables defined by the scheme file init-fsi.scm which are modified in the source files have names like udf/convergence, udf/iterate. These names should be more consistent with the main preCICE API to provide a better understanding of the adapter workflow.
Possible changes are:
udf/convergence --> udf/isConvergenceAchieved
udf/iterate --> udf/isImplicitIterationComplete
udf/ongoing --> udf/isCouplingOngoing
These variables are critical as they act as boolean signals between preCICE and FLUENT.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions