Skip to content

Commit

Permalink
Alltest fix for beamInCrossFlow and flexibleDamBreak; define nCorrect…
Browse files Browse the repository at this point in the history
…ors so that it can be overwritten and set to 1
  • Loading branch information
philipcardiff committed Dec 17, 2024
1 parent 088bdf5 commit f3c9a9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

//solidModel linearGeometryTotalDisplacement;
//solidModel unsLinearGeometry;
//solidModel nonLinearGeometryTotalLagrangian;
solidModel nonLinearGeometryUpdatedLagrangian;
//solidModel unsNonLinearGeometryTotalLagrangian;

"linearGeometryTotalDisplacementCoeffs|unsLinearGeometryCoeffs"
{}

nonLinearGeometryTotalLagrangianCoeffs
{}

nonLinearGeometryUpdatedLagrangianCoeffs
{}

unsNonLinearGeometryTotalLagrangianCoeffs
{}
{
nCorrectors 1000;
}

unsNonLinearGeometryUpdatedLagrangianCoeffs
{}

// ************************************************************************* //
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// solidModel nonLinearGeometryTotalLagrangianTotalDisplacement;
solidModel nonLinearGeometryUpdatedLagrangian;

"nonLinearGeometryTotalLagrangianTotalDisplacementCoeffs|nonLinearGeometryUpdatedLagrangianCoeffs"
{}
nonLinearGeometryUpdatedLagrangianCoeffs
{
nCorrectors 1000;
}

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

0 comments on commit f3c9a9d

Please sign in to comment.