FreeFOAM The Cross-Platform CFD Toolkit
ExactParticle< ParticleType >::iNew Class Reference

Factory class to read-construct particles used for parallel transfer. More...

#include <src/autoMesh/autoHexMesh/trackedParticle/ExactParticle.H>


Detailed Description

template<class ParticleType>
class Foam::ExactParticle< ParticleType >::iNew

Factory class to read-construct particles used for parallel transfer.

Definition at line 101 of file ExactParticle.H.

List of all members.

Public Member Functions

 iNew (const Cloud< ParticleType > &cloud)
autoPtr< ParticleType > operator() (Istream &is) const

Constructor & Destructor Documentation

iNew ( const Cloud< ParticleType > &  cloud)
inline

Definition at line 111 of file ExactParticle.H.


Member Function Documentation

autoPtr<ParticleType> operator() ( Istream is) const
inline

Definition at line 116 of file ExactParticle.H.


The documentation for this class was generated from the following file: