FLOW CHART FOR REINFORCEMENT / PLAIN CEMENT CONCRETE WORKS
flowchart TD
%% Materials
M1((Cementitious)) & M2((Fine\nAggregate)) & M3((Coarse\nAggregate)) & M4((Water)) & M5((Admixture)) --> A[All Materials\nApproved]
%% Concrete Process
A --> B[Check For\nProportion]
B --> C[Check Timing of\nMixer Operation]
C --> D{Slump\nTest}
D -->|OK| E[Test Cube For\nCompressive\nStrength]
D -->|NO| C
E --> F[*]
F --> G[Check For\nSetting Time]
G -->|Yes| H[Placement of\nConcrete]
%% Reinforcement
R((Reinforcement\nSteel)) --> I[Check For Bar Placement,\nBending, Binding etc.]
I --> H
%% Post Placement
H --> J[Check after\ndeshuttering]
J -.-> K[Check For Bleeding\nAnd Segregation]
K -.-> L[Check For\nCompaction]
%% Styling
classDef material fill:#e6f3ff,stroke:#0066cc,stroke-width:2px,rx:30,ry:30;
classDef process fill:#fff2e6,stroke:#cc6600,stroke-width:1.5px;
classDef decision fill:#ffffe6,stroke:#cc9900,stroke-width:1.5px;
classDef output fill:#e6ffe6,stroke:#009900,stroke-width:1.5px;
classDef note fill:#f0f0f0,stroke:#999,stroke-dasharray: 5 5;
class M1,M2,M3,M4,M5,R material;
class A,B,C,E,G,I,H,J process;
class D decision;
class L output;
class F,K note;
click F "alert('If Test Results Are Not Satisfactory, Corrective Action Shall Be Taken As Directed By The Engineer')"
Note (*): If Test Results Are Not Satisfactory, Corrective Action Shall Be Taken As Directed By The Engineer
0 Comments
If you have any doubts, suggestions , corrections etc. let me know