Concrete Slab Deflection Using Partial Differential Equations

  • #1
Tygra
30
4
Homework Statement
Solved Numerically in MATLAB
Relevant Equations
In post
Dear all,

I was wondering if someone could help me to solve for deflections for the following concrete slab:

slab figure.png


I want to solve this numerically and I am using the 4th order differential equation for the displacement:

1731962482985.png
and
1731962572479.png


Where v = displacement, x =independent variable in the x direction, y = independent variable in the y direction, EI is the flexural rigidity and q = the loading in kN/m^2.

I have been practising in MATLAB for the past couple of days.

Here is how I have discretized the slab:

slab xy figure.png

I am using the fourth order finite difference which is:


1731963911769.png



To start with I would ask are there any boundary conditions in this example? It does not look like there are. The displacement, rotation or moments are all unknown over the entire slab.

Many thanks
 
Physics news on Phys.org
  • #2
Tygra said:
To start with I would ask are there any boundary conditions in this example? It does not look like there are.
The slab is not supported on its corner points, with infinite pressure, the edges of the slab, rest on the building framework, modelled with vertical forces.
 
  • #3
A slab would ordinarily modeled using plate theory which is more complex than the equations that you started with. You can find a brief overview in Wikipedia.
 
  • #4
Baluncore said:
The slab is not supported on its corner points, with infinite pressure, the edges of the slab, rest on the building framework, modelled with vertical forces.
I don't suppose you would know how to fix this then? The software is SAP2000.

And if the corner supports are supported, would this provide boundary conditions such as the deflection and rotation equals zero?
 
  • #5
T1m0 said:
A slab would ordinarily modeled using plate theory which is more complex than the equations that you started with. You can find a brief overview in Wikipedia.
Thank you for letting me know that. However, at the moment I am getting results that are not too wild from the solution in the software. I have some lectures notes from when I was at university and I am following these.

The example if for a heated plate:

C0.png


C1.png

C2.png

C3.png

C4.png


I was thinking I could adapt this for a concrete slab and use the forth order equation.
 
  • #6
Tygra said:
And if the corner supports are supported, would this provide boundary conditions such as the deflection and rotation equals zero?
I would assume only the vertical deflection to be zero around the boundary of the slab.
I think of the slab as being a 2D catenary. The rotation would not be zero at the boundary, since the slab would rest on, and not be bonded to, the supporting structural beams, that may each twist about its axis.
 
  • #8
Thank you for your help Baluncore and T1m0. Thanks T1m0 for sharing the references.

This is the first go at a 2D problem. However, I have done many 1D problems involving beams. For this reason, I am wondering about the loading on the slab. In the model I have applied an area load of 5 kN/m^2. How would I apply this using the finite difference method for the slab for this 2D problem? Considering q is not 5 kN/m, but 5 kN/m^2?
 
  • #9
Tygra, in your original post you wrote the equations for the deflection of a beam (except the dx in the denominator should be to the fourth power not the second). The resulting units for q come out to force per unit length. Although the same symbol q is used to represent a distributed load in plate theory, the units for this distributed load are force per unit area. If you are given a load on the slab to be 5kN/m^2, that is an appropriate set of units.
 

Similar threads

Replies
2
Views
748
Replies
3
Views
637
Replies
3
Views
353
Replies
1
Views
1K
Replies
2
Views
2K
Replies
5
Views
2K
Replies
11
Views
4K
Back
Top