validate_models#
- class ansys.fluent.core.generated.solver.settings_261.validate_models(name=None, parent=None)#
Bases:
CommandValidate neural network models by running simulations and comparing objective functions.
- Parameters:
- model_prefix
str Prefix of the Model SCM files to validate (e.g., ‘model’ for model-000.scm, model-001.scm, etc.).
- case_file
str Case file to use for validation.
- flow_iterations
int Number of flow iterations to run for each model validation.
- reload_casebool
If enabled, reloads the case file before validating each model (slower but more robust).
- save_casebool
If enabled, saves the case file after validating each model.
- model_prefix
Arguments
Argument |
Summary |
|---|---|
Prefix of the Model SCM files to validate (e.g., ‘model’ for model-000.scm, model-001.scm, etc.). |
|
Case file to use for validation. |
|
Number of flow iterations to run for each model validation. |
|
If enabled, reloads the case file before validating each model (slower but more robust). |
|
If enabled, saves the case file after validating each model. |
Included in:
Parent |
Summary |
|---|---|
Manage the models. |