mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
multiphase: completed renaming of phase fields to use the new groupName convention and interface
This commit is contained in:
@ -60,21 +60,21 @@ functions
|
||||
outputControl outputTime;
|
||||
fields
|
||||
(
|
||||
Uair
|
||||
U.air
|
||||
{
|
||||
mean on;
|
||||
prime2Mean off;
|
||||
base time;
|
||||
}
|
||||
|
||||
Uwater
|
||||
U.water
|
||||
{
|
||||
mean on;
|
||||
prime2Mean off;
|
||||
base time;
|
||||
}
|
||||
|
||||
alphaair
|
||||
alpha.air
|
||||
{
|
||||
mean on;
|
||||
prime2Mean off;
|
||||
|
||||
Reference in New Issue
Block a user