mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: useSolverNameForFields is now set to true automatically
in cases with more than one primal or adjoint solvers TUT: removed all occurances of useSolverNameForFields from the optimisation tutorials since it is now set automatically.
This commit is contained in:
committed by
Andrew Heather
parent
06cde7916c
commit
d16ff0a0a5
@ -23,7 +23,6 @@ primalSolvers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver simple;
|
||||
useSolverNameForFields false;
|
||||
solutionControls
|
||||
{
|
||||
nIters 3000;
|
||||
@ -52,7 +51,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields false;
|
||||
computeSensitivities true;
|
||||
|
||||
// manage objectives
|
||||
|
||||
@ -23,7 +23,6 @@ primalSolvers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver simple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
solutionControls
|
||||
{
|
||||
@ -41,7 +40,6 @@ primalSolvers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver simple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
solutionControls
|
||||
{
|
||||
@ -71,7 +69,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
// manage objectives
|
||||
//------------------
|
||||
@ -124,7 +121,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
// manage objectives
|
||||
//------------------
|
||||
|
||||
@ -49,7 +49,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
// manage objectives
|
||||
//------------------
|
||||
@ -97,7 +96,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
isConstraint true;
|
||||
|
||||
// manage objectives
|
||||
|
||||
@ -49,7 +49,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
// manage objectives
|
||||
//------------------
|
||||
@ -91,7 +90,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
isConstraint true;
|
||||
// manage objectives
|
||||
//------------------
|
||||
|
||||
@ -23,7 +23,6 @@ primalSolvers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver simple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
solutionControls
|
||||
{
|
||||
@ -41,7 +40,6 @@ primalSolvers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver simple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
solutionControls
|
||||
{
|
||||
@ -71,7 +69,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
// manage objectives
|
||||
//------------------
|
||||
@ -124,7 +121,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields true;
|
||||
|
||||
// manage objectives
|
||||
//------------------
|
||||
|
||||
@ -23,7 +23,6 @@ primalSolvers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver simple;
|
||||
useSolverNameForFields false;
|
||||
|
||||
solutionControls
|
||||
{
|
||||
@ -52,7 +51,6 @@ adjointManagers
|
||||
active true;
|
||||
type incompressible;
|
||||
solver adjointSimple;
|
||||
useSolverNameForFields false;
|
||||
computeSensitivities true;
|
||||
|
||||
// manage objectives
|
||||
|
||||
Reference in New Issue
Block a user