/*--------------------------------*- C++ -*----------------------------------* \
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.0                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      beamProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

beamModel coupledTotalLagNewtonRaphsonBeam;

beams
(
    beam_0
    {
	crossSectionModel circle;
	
	circleCrossSectionModelDict
	{
	    radius 0.44721360;
	}
	
	length 10;
	nSegments 20;	
    }

);

"coupledTotalLagNewtonRaphsonBeamCoeffs"
{
    rho rho [1 -3 0 0 0 0 0] 1.5915466;
    E E [1 -1 -2 0 0 0 0] 1.5915494e4;
    G G [1 -1 -2 0 0 0 0] 1.5915494e4;

    nCorrectors 200;
    solutionTol 1e-10;

    debug no;
        
    scalingInertiaTensor  200.39427;
}

// ************************************************************************* //
