mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
DEFEATURE: remove particle PropertyTypes (revert of #109)
- data types were used for initial adios interface, but this proved difficult to manage and maintain.
This commit is contained in:
committed by
Andrew Heather
parent
7420bf2c57
commit
3d0ed07fff
@ -158,22 +158,9 @@ public:
|
||||
+ " transmissiveId";
|
||||
);
|
||||
|
||||
//- String representation of property types
|
||||
AddToPropertyTypes
|
||||
(
|
||||
particle,
|
||||
"{point"
|
||||
+ " point"
|
||||
+ " scalar"
|
||||
+ " scalar"
|
||||
+ " scalar"
|
||||
+ " label}"
|
||||
);
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
|
||||
//- Construct from components, with searching for tetFace and
|
||||
// tetPt unless disabled by doCellFacePt = false.
|
||||
DTRMParticle
|
||||
|
||||
Reference in New Issue
Block a user