Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Bugfix myMovingWallVelocity boundary condition #273

Merged
merged 1 commit into from
Apr 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ namespace Foam
{
oldoldFc_ = oldFc_;
oldFc_ = Fc_;
Fc_ = pp.faceCentres();
myTimeIndex_ = mesh.time().timeIndex();
}

Fc_ = pp.faceCentres();

// const pointField& oldPoints = mesh.oldPoints();
const volVectorField & U = mesh.lookupObject<volVectorField>( dimensionedInternalField().name() );

Expand Down