SPHinXsys  alpha version
Classes | Namespaces | Macros | Typedefs
in_output.h File Reference

Classes for input and output functions. More...

#include "base_data_package.h"
#include "sph_data_containers.h"
#include "all_physical_dynamics.h"
#include "parameterization.h"
#include "xml_engine.h"
#include <sstream>
#include <iomanip>
#include <fstream>
#include <experimental/filesystem>

Go to the source code of this file.

Classes

class  SPH::InOutput
 The base class which defines folders for output, restart and particle reload folders. More...
 
class  SPH::PltEngine
 The base class which defines Tecplot file related operation. More...
 
class  SPH::BodyStatesIO
 base class for write and read body states. More...
 
class  SPH::BodyStatesRecording
 base class for write body states. More...
 
class  SPH::SimBodyStatesIO< MobilizedBodyType >
 base class for write and read SimBody states. More...
 
class  SPH::WriteSimBodyStates< MobilizedBodyType >
 base class for write SimBody states. More...
 
class  SPH::ReadSimBodyStates< MobilizedBodyType >
 base class for read SimBody states. More...
 
class  SPH::BodyStatesRecordingToVtp
 Write files for bodies the output file is VTK XML format can visualized by ParaView the data type vtkPolyData. More...
 
class  SPH::BodyStatesRecordingToVtpString
 Write strings for bodies the output is map of strings with VTK XML format can visualized by ParaView the data type vtkUnstructedGrid. More...
 
class  SPH::BodyStatesRecordingToPlt
 Write files for bodies the output file is dat format can visualized by TecPlot. More...
 
class  SPH::WriteToVtpIfVelocityOutOfBound
 output body sates if particle velocity is out of a bound More...
 
class  SPH::MeshRecordingToPlt
 write the background mesh data for relax body More...
 
class  SPH::ObservedQuantityRecording< VariableType >
 write files for observed quantity More...
 
class  SPH::BodyReducedQuantityRecording< ReduceMethodType >
 write reduced quantity of a body More...
 
class  SPH::ReloadParticleIO
 Write the reload particles file in XML format. More...
 
class  SPH::RestartIO
 Write the restart file in XML format. More...
 
class  SPH::WriteSimBodyPinData
 Write total force acting a solid body. More...
 
class  SPH::ReloadMaterialParameterIO
 For write and read material property. More...
 

Namespaces

 SPH
 

Typedefs

using VtuStringData = std::map< std::string, std::string >
 

Detailed Description

Classes for input and output functions.

Author
Chi Zhang, Shuoguo Zhang, Zhenxi Zhao and Xiangyu Hu

Typedef Documentation

◆ VtuStringData

using VtuStringData = std::map<std::string, std::string>

Macro for APPLE compilers