mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphase: Update phase-naming to use the new convention e.g. alpha.water
This commit is contained in:
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
defaultFieldValues
|
||||
(
|
||||
volScalarFieldValue alpha1 0
|
||||
volScalarFieldValue alpha.sludge 0
|
||||
volVectorFieldValue U (0 0 0)
|
||||
);
|
||||
|
||||
@ -28,7 +28,7 @@ regions
|
||||
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue alpha1 1
|
||||
volScalarFieldValue alpha.sludge 1
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user