Skip to content
Snippets Groups Projects
Commit 5bc56478 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

driftFluxFoam: write Udm

parent 9873774e
Branches
Tags
No related merge requests found
......@@ -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),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment