SPHinXsys  alpha version
Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
SPH::BodyReducedQuantityRecording< ReduceMethodType > Class Template Reference

write reduced quantity of a body More...

#include <in_output.h>

Public Types

using VariableType = decltype(reduce_method_.InitialReference())
 

Public Member Functions

template<typename... ConstructorArgs>
 BodyReducedQuantityRecording (InOutput &in_output, ConstructorArgs &&...args)
 
virtual void writeToFile (size_t iteration_step=0)
 

Public Attributes

VariableType type_indicator_
 

Protected Attributes

InOutputin_output_
 
PltEngine plt_engine_
 
ReduceMethodType reduce_method_
 
std::string body_name_
 
const std::string quantity_name_
 
std::string filefullpath_output_
 

Detailed Description

template<class ReduceMethodType>
class SPH::BodyReducedQuantityRecording< ReduceMethodType >

write reduced quantity of a body

Constructor & Destructor Documentation

◆ BodyReducedQuantityRecording()

template<class ReduceMethodType>
template<typename... ConstructorArgs>
SPH::BodyReducedQuantityRecording< ReduceMethodType >::BodyReducedQuantityRecording ( InOutput in_output,
ConstructorArgs &&...  args 
)
inline

output for .dat file.


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