48 |
|
namespace OpenMD { |
49 |
|
class RNEMDParameters : public DataHolder { |
50 |
|
DeclareParameter(UseRNEMD, bool); |
51 |
– |
DeclareParameter(ExchangeTime, RealType); |
52 |
– |
DeclareParameter(Nbins, int); |
53 |
– |
DeclareParameter(LogWidth, int); |
54 |
– |
DeclareParameter(ExchangeType, std::string); |
51 |
|
DeclareParameter(ObjectSelection, std::string); |
52 |
< |
DeclareParameter(TargetFlux, RealType); |
53 |
< |
DeclareParameter(TargetJzKE, RealType); |
54 |
< |
DeclareParameter(TargetJzpx, RealType); |
55 |
< |
DeclareParameter(TargetJzpy, RealType); |
56 |
< |
DeclareParameter(TargetJzpz, RealType); |
57 |
< |
DeclareParameter(BinShift, bool); |
58 |
< |
DeclareParameter(OutputTemperature, bool); |
59 |
< |
DeclareParameter(OutputXyzTemperature, bool); |
60 |
< |
DeclareParameter(OutputRotTemperature, bool); |
61 |
< |
DeclareParameter(OutputVx, bool); |
62 |
< |
DeclareParameter(OutputVy, bool); |
63 |
< |
DeclareParameter(OutputVz, bool); |
68 |
< |
DeclareParameter(OutputDen, bool); |
69 |
< |
DeclareParameter(OutputAh, bool); |
70 |
< |
|
52 |
> |
DeclareParameter(Method, std::string); |
53 |
> |
DeclareParameter(FluxType, std::string); |
54 |
> |
DeclareParameter(ExchangeTime, RealType); |
55 |
> |
DeclareParameter(KineticFlux, RealType); |
56 |
> |
DeclareParameter(MomentumFlux, RealType); |
57 |
> |
DeclareParameter(MomentumFluxVector, Vector3d); |
58 |
> |
DeclareParameter(SlabWidth, RealType); |
59 |
> |
DeclareParameter(SlabACenter, RealType); |
60 |
> |
DeclareParameter(SlabBCenter, RealType); |
61 |
> |
DeclareParameter(OutputFileName, std::string); |
62 |
> |
DeclareParameter(OutputBins, int); |
63 |
> |
DeclareParameter(OutputFields, std::string); |
64 |
|
public: |
65 |
|
RNEMDParameters(); |
66 |
|
virtual ~RNEMDParameters(); |