pFlow -> pFlow::postprocessData
This commit is contained in:
parent
be807e4a71
commit
cbac1e97b5
|
@ -168,6 +168,6 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
} // namespace pFlow::postprocessData
|
||||||
|
|
||||||
#endif //__PostprocessOperationAvMassVelocity_hpp__
|
#endif //__PostprocessOperationAvMassVelocity_hpp__
|
|
@ -28,7 +28,7 @@ Licence:
|
||||||
#include "span.hpp"
|
#include "span.hpp"
|
||||||
#include "numericConstants.hpp"
|
#include "numericConstants.hpp"
|
||||||
|
|
||||||
namespace pFlow
|
namespace pFlow::postprocessData
|
||||||
{
|
{
|
||||||
|
|
||||||
class GaussianDistribution
|
class GaussianDistribution
|
||||||
|
|
|
@ -32,6 +32,9 @@ namespace pFlow
|
||||||
|
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
|
||||||
|
namespace postprocessData
|
||||||
|
{
|
||||||
|
|
||||||
class arithmetic
|
class arithmetic
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -86,6 +89,8 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace postprocessData
|
||||||
|
|
||||||
|
} // namespace pFlow
|
||||||
|
|
||||||
#endif //__arithmetic_hpp__
|
#endif //__arithmetic_hpp__
|
|
@ -32,6 +32,9 @@ namespace pFlow
|
||||||
|
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
|
||||||
|
namespace postprocessData
|
||||||
|
{
|
||||||
|
|
||||||
class uniformDistribution
|
class uniformDistribution
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
@ -86,6 +89,8 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace postprocessData
|
||||||
|
|
||||||
|
} // namespace pFlow
|
||||||
|
|
||||||
#endif //__uniformDistribution_hpp__
|
#endif //__uniformDistribution_hpp__
|
Loading…
Reference in New Issue