Your element type solid 65 and concrete model are both fine. However I don't think ANSYS has the option to plot the cracks in concrete. Did you compare load-deflection relationship of both experimental and numerical
in ANSYS classical Plot Results > Concrete Plot > Crack/Crush. I am sure there must be something similar in the results which you can select in workbench.
For Getting Crack Plot in Workbench try using the following Code which can be inserted in Solutions>>
/SHOW,png
/ANG,1,
/VIEW,1,0,0,0
SET,1,1
/DEVICE,VECTOR,ON
!PLNSOL,s,eqv
!SET,Lstep,1
SET,Last
PLCRACK
The Code works very similar to the APLD outputs hence requires the user to solve the problem again to get the crack, though its hardly visible to see the crack.
You can insert a command block in workbench solution branch to view cracks for Concrete SOLID65 element. A better way is to insert a mechanical APDL component in the project view and open your results in APDL for a better control over cracks viewing. in ANSYS APDL you can go to Plot Results > Concrete Plot > Crack/Crush to view cracks and you can also show cracks in different load/displacement steps.
see below link and help to extend this learning work https://www.researchgate.net/post/Experimental_and_Simulation_Verify_of_Reinforcement_Concrete_Beam_Bending_Crack_with_Ansys_Workbench
@Darmansyah Tjitradi how did you just demonstrated crack or crash in beam? I mean with which command did you use to show ceack and crash in differently shape?