driftFluxFoam: write Udm
This commit is contained in:
parent
b8e1108ed6
commit
bc8b8db1b8
1 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,9 @@ Foam::relativeVelocityModel::relativeVelocityModel
|
|||
(
|
||||
"Udm",
|
||||
alphac_.time().timeName(),
|
||||
alphac_.mesh()
|
||||
alphac_.mesh(),
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
),
|
||||
alphac_.mesh(),
|
||||
dimensionedVector("Udm", dimVelocity, vector::zero),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue