PhasicFlow
70c1afceec
Merge pull request #99 from PhasicFlow/develop
...
modifications to typeInfo.hpp and type system
2024-04-12 00:23:19 +03:30
Hamidreza Norouzi
97f0ddf82e
modifications to typeInfo.hpp and type system
...
- ClassInfo is added to support for non-polymorphic typename
- removal template specialization for realx3 and etc.
- addition of new TypeInfo for triple and quadruple
- change in Logial TypeInfo to remove recursive include in some files
2024-04-11 13:48:37 -07:00
PhasicFlow
fb151f323c
Merge pull request #97 from PhasicFlow/develop
...
Reflective boundary condition is added and tested.
2024-04-12 00:13:42 +03:30
Hamidreza Norouzi
ff8968e595
format clang-format
2024-04-08 12:33:08 -07:00
Hamidreza Norouzi
a9290e911b
Reflective boundary condition is added and tested.
...
It requires messaging integration when changing velocity.
2024-04-05 05:31:09 -07:00
PhasicFlow
9336498e38
Merge pull request #96 from PhasicFlow/develop
...
Develop - Boundary conditions are created and tested
2024-04-04 23:07:16 +03:30
Hamidreza Norouzi
821dde9b1c
modifications for adding boundary condtions
2024-04-04 12:33:09 -07:00
Hamidreza Norouzi
818106a34a
Boundary conditions are created and tested.
...
- exit and periodic, follows the previous commit.
2024-04-04 12:31:19 -07:00
Hamidreza Norouzi
65b3f5a8a0
phasicFlow core changes for boundary condition addition.
...
- Exit boundry condition, checked.
- periodic boundary condition added, checked.
to be done:
- messaging events
- reflective
- wall-particle interaction for periodic bc.
2024-04-04 10:36:11 -07:00
Hamidreza Norouzi
89c7be0a20
Merge pull request #95 from PhasicFlow/develop
...
pFlowToVTK enhanced
2024-03-30 19:08:56 +03:30
Hamidreza Norouzi
ef0e752929
pFlowToVTK finalized and tested
...
- geometry conversion now can handle separate vtk files.
2024-03-30 08:35:16 -07:00
Hamidreza Norouzi
815b134e1e
pFlowToVTK enhanced
...
- pointField conversion is completed, tested (finalized).
- geometry conversion is not complete yet.
2024-03-30 01:42:51 -07:00
Hamidreza Norouzi
cab49ef036
Merge pull request #94 from PhasicFlow/develop
...
pFlowToVTK and enhanced wall-particle search
2024-03-30 00:24:04 +03:30
Hamidreza Norouzi
f288f812fd
pFlowToVTK is added
...
- this utility is not complete yet.
- geometry should be ajusted to be converted separately
2024-03-29 13:50:02 -07:00
Hamidreza Norouzi
19d1ad343d
changes to cellsWallLevel0 to narrow down the contact list for particle-wall
2024-03-29 13:45:29 -07:00
PhasicFlow
7be70caa82
Merge pull request #93 from PhasicFlow/develop
...
Periodic boundary condition implementation
2024-03-26 20:39:43 +03:30
Hamidreza Norouzi
596ebb0262
Periodic boundary condition implementation
...
- boundaryBase class, some methods has been added, index list on host added, boundaryList friended
- generalBoundary class is created for all boundary types
- searchBoundary class is created for contact search -> (regular, none),
- pointStructure can be accessed through contactSearch
to be done:
- A new class for periodic boundary condtion should be added. This class should handel pp and pw contact searchs.
- Messages should be rearranged for boundaries.
- Events and updates should be synced, so that the same contact list can be used for internal particles and boundary particles.
2024-03-26 09:05:02 -07:00
Hamidreza Norouzi
af75d6a09c
Merge pull request #92 from PhasicFlow/develop
...
Merge (first patch of version 1.x)
2024-03-25 01:03:20 +03:30
Hamidreza Norouzi
c7e5b30959
no changes were made, just debug
2024-03-24 14:26:41 -07:00
Hamidreza Norouzi
a900ff32bb
phase1 of periodict boundary condition (serial)
...
upto now, particles are transfered from one boundary to another (mirro). this has been tested using iterateSphereParticles utility.
2024-03-24 14:25:03 -07:00
Hamidreza Norouzi
593cb9e6ed
corrections for methods assign and append
...
The size change and capacity check was not correct.
A full test should be done on all the methods in this class
2024-03-24 14:22:48 -07:00
Hamidreza Norouzi
38f1c8ec59
change order of files in CMaleLists.txt
...
this is done for better compilation order and speeding up the compilation
2024-03-24 14:21:29 -07:00
Hamidreza Norouzi
3af1420ff8
Correction for mapperNBS
2024-03-24 03:57:48 -07:00
Hamidreza Norouzi
4c36418ec8
solver sphereGranFlow without particles insertion
2024-03-24 03:57:16 -07:00
Hamidreza Norouzi
3ada371198
iterateGeometry is finalized for version (1.x)
2024-03-24 03:01:08 -07:00
Hamidreza Norouzi
90fc1c6357
particlesPhasicFlow finalized for version (1.x)
2024-03-24 02:59:51 -07:00
Hamidreza Norouzi
93b33deffb
finalized gemometryPhasicFlow for version (1.x)
2024-03-24 02:56:37 -07:00
Hamidreza Norouzi
8beaec448a
modifications for version (1.0)
2024-03-24 02:49:47 -07:00
Hamidreza Norouzi
6b3a4f017b
structured data has been modified for new changes in version (1.0)
2024-03-24 02:02:48 -07:00
Hamidreza Norouzi
22405db699
Trisurface modified with new data structure
...
This commit is based on changes to geometry class of phasicFlow (version 1.0)
2024-03-24 02:01:02 -07:00
Hamidreza Norouzi
57850119ba
containers are modified for errors
...
This commit is before the first release of phasicFlow from develop to main (version 1.0)
2024-03-24 01:56:49 -07:00
Hamidreza Norouzi
0aa7f2dba9
Integration AB2
2024-03-24 01:56:04 -07:00
Hamidreza Norouzi
d21b7276e1
Interaction folder is finalized with adjustable box and tested for rotating drum
2024-03-24 01:46:19 -07:00
Hamidreza Norouzi
be56d8ee2e
MotionModel folder completed
2024-03-22 09:42:23 -07:00
Hamidreza Norouzi
f27fbdd82c
message event update for points and boundaries
2024-03-22 09:01:07 -07:00
Hamidreza Norouzi
c3821d03c0
minor correction for localProcessors, localRank and localSize
2024-03-22 08:58:01 -07:00
Hamidreza Norouzi
49af1119f9
particles and sphereParticles classes were tested for exit boundary
2024-03-22 08:26:14 -07:00
PhasicFlow
9facc73055
Update README.md
2024-03-20 11:48:25 +03:30
Hamidreza Norouzi
acfaacfe4a
Geometry folder is finalized
2024-03-20 00:50:58 -07:00
Hamidreza Norouzi
df8bea213d
triSurface folder content is finalized
2024-03-19 22:29:31 -07:00
Hamidreza Norouzi
c13231f4f0
Correction for non-trivially-copyable data type on host memory
2024-03-19 07:33:56 -07:00
Hamidreza Norouzi
c0cf200fa8
iterateGeometry and geometryPhasicFlow refactor
2024-02-05 21:28:30 -08:00
Hamidreza Norouzi
5b4a524afe
Motion models integrated into geometryMotion, stationaryWall is added
2024-02-05 21:27:24 -08:00
Hamidreza Norouzi
9dfe98eea2
triSurfaceField refactored
2024-02-05 01:29:45 -08:00
Hamidreza Norouzi
80b61d4d73
MotionModel CRTP, rotatingAxis and vibrating
2024-02-04 23:58:57 -08:00
Hamidreza Norouzi
fd039f234f
geometryPhasicFlow-pass1 and triSurface and multiTriSurface tested
2024-02-03 11:49:07 -08:00
Hamidreza Norouzi
e10ee2b6b5
periodic boundary condition is added to pointStructure
2024-02-01 12:32:15 -08:00
Hamidreza Norouzi
40d74c846f
output message has been removed
2024-01-30 22:51:42 -08:00
Hamidreza Norouzi
5b9b865b08
solver iterateSphereParticles is added for testing (without particle insertion)
2024-01-29 07:58:19 -08:00
Hamidreza Norouzi
182e156786
sphereParticles tested on CPU, iteration, write to file, particle deletion
2024-01-29 07:57:19 -08:00