mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: objectiveDict is appended with objective name
to allow for continuation with averaging, line search and multiple objectives
This commit is contained in:
committed by
Andrew Heather
parent
d496d6536d
commit
e591cf130c
@ -162,7 +162,7 @@ objective::objective
|
||||
// Read JMean from dictionary, if present
|
||||
IOobject headObjectiveIODict
|
||||
(
|
||||
"objectiveDict",
|
||||
"objectiveDict" + objectiveName_,
|
||||
mesh_.time().timeName(),
|
||||
"uniform",
|
||||
mesh_,
|
||||
@ -654,7 +654,7 @@ void objective::writeMeanValue() const
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"objectiveDict",
|
||||
"objectiveDict" + objectiveName_,
|
||||
mesh_.time().timeName(),
|
||||
"uniform",
|
||||
mesh_,
|
||||
|
||||
Reference in New Issue
Block a user