Composite Materials Design - A Simple Stiffness CalculatorThe design tool we shall create will enable us to calculate the elastic properties of an aligned continuous fibre composite in the two principle directions, i.e. parallel and perpendicular to the fibres. We will then add the ability to determine the volume fraction or weight fraction of fibres needed to create a composite with specified elastic properties in the principle directions. Finally ill show how to extend the design tool to determine the principle elastic properties of composites made from mixtures of more than one type of fibre. In the first part of the design tool we must write down the elastic constants of both the fibre and matrix materials - that way, at a later date, we can enter the values for any fibre/matrix combinations we choose. A table of values is provided and remember that the fibre might be anisotropic! Any units can be used and Mathcad automatically converts them to their SI equivalent. (Units such as ksi, Msi, MPa, GPa - may need to be defined in terms of basic units such as Pa and psi e.g., ksi = 103*psi) ![]() The only variable in the design of these composites, once the fibre and matrix materials have been defined, is the volume fraction of fibres, f. So we make all the properties of the composite material functions of f. That way we do not need to explicitly define a value for f. For completeness we have also included the two functions necessary to convert back and forth between weight and volume fractions. ![]() Now lets see how the various elastic properties of the composite vary as the volume fraction of fibres is increased from 0 to 1. ![]()
To use the properties calculator, simply enter a value betwee 0 and 1 for the volume fraction and the elastic and physical constant of the composite are displayed. ![]()
Say I wanted to design a fibreglass composite with an elastic modulus parallel to the fibres the same as that of aluminum, 69 GPa. Is it possible? To do this we must first go back to the top of the mathcad document and change the properties of the fibre to reflect those of E-glass. A table of mechanical and physical properties of a number of common fibres and matrices is provided. There are two ways to solve for an unknown in MathCAD - first using a solve block as shown below ![]() and secondly using the root function ![]() When using either approach, an initial guess for the unknown is required. Also you should note that when using the root function, it is better to write the equality as a ratio Ex(f)/E-1 rather than Ex(f)-E. This is because Mathcad uses numerical methods to iterate to a solution and very large or very small numbers can cause problems.
|