OpenLB 1.8.1
Loading...
Searching...
No Matches
STLreaderForSubgridParticleWallContact.h File Reference

Input in STL format – header file. More...

#include <string>
#include <vector>
#include <iostream>
#include <sstream>
#include <set>
#include <limits>
#include "communication/loadBalancer.h"
#include "geometry/cuboidDecomposition.h"
#include "functors/analytical/indicator/indicatorF3D.h"
#include "functors/analytical/indicator/indicatorBaseF3D.h"
#include "utilities/vectorHelpers.h"
#include "octree.h"
#include "core/vector.h"
+ Include dependency graph for STLreaderForSubgridParticleWallContact.h:

Go to the source code of this file.

Classes

struct  olb::Vertex< T, D >
 
struct  olb::STLtriangle< T >
 
class  olb::STLmesh< T >
 
class  olb::STLreader< T >
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Enumerations

enum class  olb::SignMode { olb::EXACT , olb::CACHED , olb::EXACT , olb::CACHED }
 Enum class that specifies the mode to use for computing the sign of the signed distance. More...
 
enum class  olb::RayMode : int {
  olb::FastRayZ = 1 , olb::Robust = 2 , olb::FastRayX = 3 , olb::FastRayY = 4 ,
  olb::DoubleRay = 5 , olb::FastRayZ = 1 , olb::Robust = 2 , olb::FastRayX = 3 ,
  olb::FastRayY = 4 , olb::DoubleRay = 5
}
 

Detailed Description

Input in STL format – header file.

Definition in file STLreaderForSubgridParticleWallContact.h.