mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
basicThermo: Use IOobject::groupName to generate phase field names
This commit is contained in:
@ -182,7 +182,7 @@ public:
|
||||
const word& phaseName
|
||||
)
|
||||
{
|
||||
return name + phaseName;
|
||||
return IOobject::groupName(name, phaseName);
|
||||
}
|
||||
|
||||
word phasePropertyName(const word& name) const
|
||||
|
||||
Reference in New Issue
Block a user