AGX Dynamics 2.41.0.0
Loading...
Searching...
No Matches
Pipe.h
Go to the documentation of this file.
1/*
2Copyright 2007-2025. Algoryx Simulation AB.
3
4All AGX source code, intellectual property, documentation, sample code,
5tutorials, scene files and technical white papers, are copyrighted, proprietary
6and confidential material of Algoryx Simulation AB. You may not download, read,
7store, distribute, publish, copy or otherwise disseminate, use or expose this
8material unless having a written signed agreement with Algoryx Simulation AB, or having been
9advised so by Algoryx Simulation AB for a time limited evaluation, or having purchased a
10valid commercial license from Algoryx Simulation AB.
11
12Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
13from using this software, unless otherwise stated in written agreements with
14Algoryx Simulation AB.
15*/
16
17#ifndef AGXHYDRAULICS_PIPE_H
18#define AGXHYDRAULICS_PIPE_H
19
20
22
23namespace agxHydraulics
24{
25
32 {
33 public:
40 Pipe(agx::Real length, agx::Real area, agx::Real density);
41
42 Pipe(agx::Real length, agx::Real area, agx::Real density, agx::UInt8 elementIndex, agx::RigidBody* body);
43
44 // Methods called by the rest of the PowerLine/Hydraulics frame work.
45 public:
46
48#ifndef SWIG
53 virtual bool postStore(agxStream::StorageStream& str) const override;
54
60 virtual bool postRestore(agxStream::StorageStream& str) override;
61
66 virtual bool store(agxStream::StorageStream& str) const override;
67
71 virtual bool restore(agxStream::StorageStream& str) override;
72
74#endif
76
77 protected:
79 virtual ~Pipe();
80 };
81
84}
85
86#endif
#define AGX_DECLARE_POINTER_TYPES(type)
Definition: Referenced.h:254
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
Definition: Serializable.h:207
#define AGXHYDRAULICS_EXPORT
#define AGX_DECLARE_VECTOR_TYPES(type)
Definition: agx/Vector.h:34
FlowUnit is the base class for Units that contains a FlowDimension.
Definition: FlowUnit.h:59
A pipe carries fluid flow through the hydraulics system.
Definition: Pipe.h:32
Pipe(agx::Real length, agx::Real area, agx::Real density, agx::UInt8 elementIndex, agx::RigidBody *body)
Pipe(agx::Real length, agx::Real area, agx::Real density)
Create a new pipe.
Abstract base class for storing/restoring a line/drums with version control.
Definition: StorageStream.h:49
The rigid body class, combining a geometric model and a frame of reference.
Definition: RigidBody.h:49
#define DOXYGEN_END_INTERNAL_BLOCK()
Definition: macros.h:89
#define DOXYGEN_START_INTERNAL_BLOCK()
Definition: macros.h:88
The agxHydraulics namespace contains classes for modeling hydraulic circuits within the power line fr...
Definition: Accumulator.h:28
double Real
Definition: Real.h:41
uint8_t UInt8
Definition: Integer.h:30