#include "boundaryIntegration.hpp" #include "pointStructure.hpp" pFlow::boundaryIntegration::boundaryIntegration( const boundaryBase &boundary, const pointStructure &pStruct, const word &method, integration& intgrtn ) : generalBoundary(boundary, pStruct, "", method), integration_(intgrtn) {} pFlow::uniquePtr pFlow::boundaryIntegration::create( const boundaryBase &boundary, const pointStructure &pStruct, const word &method, integration& intgrtn ) { word bType = angleBracketsNames2( "boundaryIntegration", boundary.type(), method); word altBType{"boundaryIntegration"}; if( boundaryBasevCtorSelector_.search(bType) ) { pOutput.space(4)<<"Creating boundary "<< Green_Text(bType)<< " for "<