cyclicACMI, cyclicRepeatAMI: Removed
The functionality provided by 'cyclicACMI' and 'cyclicRepeatAMI' has been entirely superseded by non-conformal coupled (NCC). All references to 'cyclicACMI' and 'cyclicRepeatAMI' have therefore been removed. See previous commits569fa31dand420866cffor more explanation, instructions on updating, and relevant tutorial cases.
This commit is contained in:
@ -181,32 +181,6 @@ void Foam::findCellParticle::hitCyclicAMIPatch
|
||||
}
|
||||
|
||||
|
||||
void Foam::findCellParticle::hitCyclicACMIPatch
|
||||
(
|
||||
const vector&,
|
||||
const scalar,
|
||||
Cloud<findCellParticle>&,
|
||||
trackingData& td
|
||||
)
|
||||
{
|
||||
// Remove particle
|
||||
td.keepParticle = false;
|
||||
}
|
||||
|
||||
|
||||
void Foam::findCellParticle::hitCyclicRepeatAMIPatch
|
||||
(
|
||||
const vector&,
|
||||
const scalar,
|
||||
Cloud<findCellParticle>&,
|
||||
trackingData& td
|
||||
)
|
||||
{
|
||||
// Remove particle
|
||||
td.keepParticle = false;
|
||||
}
|
||||
|
||||
|
||||
void Foam::findCellParticle::hitProcessorPatch
|
||||
(
|
||||
Cloud<findCellParticle>& cloud,
|
||||
|
||||
@ -231,25 +231,6 @@ public:
|
||||
trackingData&
|
||||
);
|
||||
|
||||
//- Overridable function to handle the particle hitting a cyclicACMI
|
||||
void hitCyclicACMIPatch
|
||||
(
|
||||
const vector&,
|
||||
const scalar,
|
||||
Cloud<findCellParticle>&,
|
||||
trackingData&
|
||||
);
|
||||
|
||||
//- Overridable function to handle the particle hitting a
|
||||
//cyclicRepeatAMI
|
||||
void hitCyclicRepeatAMIPatch
|
||||
(
|
||||
const vector&,
|
||||
const scalar,
|
||||
Cloud<findCellParticle>&,
|
||||
trackingData&
|
||||
);
|
||||
|
||||
//- Overridable function to handle the particle hitting a
|
||||
//- processorPatch
|
||||
void hitProcessorPatch(Cloud<findCellParticle>&, trackingData&);
|
||||
|
||||
@ -391,38 +391,6 @@ void Foam::streamlinesParticle::hitCyclicAMIPatch
|
||||
}
|
||||
|
||||
|
||||
void Foam::streamlinesParticle::hitCyclicACMIPatch
|
||||
(
|
||||
const vector& displacement,
|
||||
const scalar fraction,
|
||||
streamlinesCloud& cloud,
|
||||
trackingData& td
|
||||
)
|
||||
{
|
||||
// End this track
|
||||
endTrack(td);
|
||||
|
||||
// Move across the cyclic
|
||||
particle::hitCyclicACMIPatch(displacement, fraction, cloud, td);
|
||||
}
|
||||
|
||||
|
||||
void Foam::streamlinesParticle::hitCyclicRepeatAMIPatch
|
||||
(
|
||||
const vector& displacement,
|
||||
const scalar fraction,
|
||||
streamlinesCloud& cloud,
|
||||
trackingData& td
|
||||
)
|
||||
{
|
||||
// End this track
|
||||
endTrack(td);
|
||||
|
||||
// Move across the cyclic
|
||||
particle::hitCyclicRepeatAMIPatch(displacement, fraction, cloud, td);
|
||||
}
|
||||
|
||||
|
||||
bool Foam::streamlinesParticle::hitNonConformalCyclicPatch
|
||||
(
|
||||
const vector& displacement,
|
||||
|
||||
@ -282,26 +282,6 @@ public:
|
||||
trackingData&
|
||||
);
|
||||
|
||||
//- Overridable function to handle the particle hitting a
|
||||
// cyclicACMIPatch
|
||||
void hitCyclicACMIPatch
|
||||
(
|
||||
const vector&,
|
||||
const scalar,
|
||||
streamlinesCloud&,
|
||||
trackingData&
|
||||
);
|
||||
|
||||
//- Overridable function to handle the particle hitting a
|
||||
// cyclicRepeatAMIPatch
|
||||
void hitCyclicRepeatAMIPatch
|
||||
(
|
||||
const vector&,
|
||||
const scalar,
|
||||
streamlinesCloud&,
|
||||
trackingData&
|
||||
);
|
||||
|
||||
//- Overridable function to handle the particle hitting an
|
||||
// nonConformalCyclicPolyPatch
|
||||
bool hitNonConformalCyclicPatch
|
||||
|
||||
Reference in New Issue
Block a user