KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Types | Public Member Functions | Protected Member Functions | List of all members
Kratos::AxisymWaterPressureJacobianUtilities Class Reference

#include <axisym_water_pressure_utilities_Jacobian.hpp>

Inheritance diagram for Kratos::AxisymWaterPressureJacobianUtilities:
Collaboration diagram for Kratos::AxisymWaterPressureJacobianUtilities:

Public Types

typedef Matrix MatrixType
 
typedef Vector VectorType
 
typedef unsigned int IndexType
 
typedef unsigned int SizeType
 
typedef Properties PropertiesType
 
typedef Node NodeType
 
typedef Geometry< NodeType > GeometryType
 
- Public Types inherited from Kratos::AxisymWaterPressureUtilities
typedef Matrix MatrixType
 
typedef Vector VectorType
 
typedef unsigned int IndexType
 
typedef unsigned int SizeType
 
typedef Properties PropertiesType
 
typedef Node NodeType
 
typedef Geometry< NodeType > GeometryType
 
- Public Types inherited from Kratos::WaterPressureUtilities
typedef Matrix MatrixType
 
typedef Vector VectorType
 
typedef unsigned int IndexType
 
typedef unsigned int SizeType
 
typedef Properties PropertiesType
 
typedef Node NodeType
 
typedef Geometry< NodeType > GeometryType
 

Public Member Functions

 AxisymWaterPressureJacobianUtilities ()
 
virtual ~AxisymWaterPressureJacobianUtilities ()
 
- Public Member Functions inherited from Kratos::AxisymWaterPressureUtilities
 AxisymWaterPressureUtilities ()
 
virtual ~AxisymWaterPressureUtilities ()
 
- Public Member Functions inherited from Kratos::WaterPressureUtilities
 WaterPressureUtilities ()
 
virtual ~WaterPressureUtilities ()
 
VectorType & CalculateAndAddHydromechanicalRHS (HydroMechanicalVariables &rVariables, VectorType &rRightHandSide, const VectorType &rBaseClassRHS, const double &rIntegrationWeight)
 
VectorType & CalculateAndAddStabilization (HydroMechanicalVariables &rVariables, Vector &rRightHandSide, const double &rIntegrationWeight)
 
MatrixType & CalculateAndAddHydromechanicalLHS (HydroMechanicalVariables &rVariables, MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const double &rIntegrationWeight)
 
MatrixType & CalculateAndAddStabilizationLHS (HydroMechanicalVariables &rVariables, Matrix &rLeftHandSide, const double &rIntegrationWeight)
 
void GetPermeabilityTensor (const PropertiesType &rProperties, const Matrix &rTotalF, Matrix &rK, const double &rInitial_porosity, const unsigned int &rDimension, const double &rVolume)
 

Protected Member Functions

virtual VectorType & CalculateMassBalance_AddDisplacementPart (HydroMechanicalVariables &rVariables, VectorType &rLocalRHS, const double &rIntegrationWeight) override
 
virtual double CalculateVolumeChange (const GeometryType &rGeometry, const Vector &rN, const Matrix &rTotalF) override
 
virtual MatrixType & ComputeSolidSkeletonDeformationMatrix (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) override
 
virtual MatrixType & AddReshapeSolidSkeletonDeformationMatrix (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes) override
 
- Protected Member Functions inherited from Kratos::AxisymWaterPressureUtilities
virtual void GetVoigtSize (const unsigned int &dimension, unsigned int &voigtsize, unsigned int &principal_dimension) override
 
virtual MatrixType & ComputeWaterPressureKUwP (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) override
 
virtual MatrixType & ComputeDensityChangeTerm (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight) override
 
- Protected Member Functions inherited from Kratos::WaterPressureUtilities
void GetScalingConstant (double &rScalingConstant, const PropertiesType &pProperties)
 
void GetPermeabilityTensor (const PropertiesType &rProperties, const Matrix &rTotalF, Matrix &rK, const double &rInitial_porosity, const double &rVolume)
 
double & CalculateStabilizationFactor (HydroMechanicalVariables &rVariables, double &rAlphaStabilization)
 
VectorType & CalculateMassBalance_WaterPressurePart (HydroMechanicalVariables &rVariables, VectorType &rLocalRHS, const double &rIntegrationWeight)
 
VectorType & CalculateWaterInternalForcesContribution (HydroMechanicalVariables &rVariables, VectorType &rRightHandSideVector, const double &rIntegrationWeight)
 
VectorType & CalculateVolumeForcesContribution (HydroMechanicalVariables &rVariables, VectorType &rRightHandSideVector, const double &rIntegrationWeight)
 
VectorType & CalculateStabilizationRHS (HydroMechanicalVariables &rVariables, VectorType &rRightHandSideVector, const double &rIntegrationWeight)
 
VectorType & AddReshapeBaseClassRHS (VectorType &rRightHandSideVector, const VectorType &rBaseClassRHS, const unsigned int &number_of_variables, const unsigned int &number_of_nodes)
 
VectorType & AddReshapeWaterPressureForces (VectorType &rRightHandSide, const VectorType &rPartialRHS, const unsigned int number_of_variables, const unsigned int number_of_points)
 
VectorType & AddReshapeWaterInternalForcesContribution (VectorType &rRightHandSideVector, const VectorType &rPartialRHS, const unsigned int number_of_variables, const unsigned int number_of_nodes, const unsigned int dimension)
 
MatrixType & ComputeWaterPressureKuug (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight)
 
MatrixType & ComputeWaterPressureKwPwP (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight)
 
MatrixType & ComputeDarcyFlowGeometricTerms (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight)
 
MatrixType & CalculateStabilizationLHS (HydroMechanicalVariables &rVariables, MatrixType &rLocalLHS, const double &rIntegrationWeight)
 
MatrixType & AddReshapeBaseClassLHS (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes)
 
MatrixType & AddReshapeKUU (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes)
 
MatrixType & AddReshapeKUwP (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes)
 
MatrixType & AddReshapeKwPwP (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes)
 
MatrixType & AddReshapeKwPU (MatrixType &rLeftHandSide, const MatrixType &rBaseClassLHS, const unsigned int dimension, const unsigned int number_of_variables, const unsigned int number_of_nodes)
 

Additional Inherited Members

- Protected Attributes inherited from Kratos::WaterPressureUtilities
bool mPPP
 

Member Typedef Documentation

◆ GeometryType

◆ IndexType

◆ MatrixType

◆ NodeType

◆ PropertiesType

◆ SizeType

◆ VectorType

Constructor & Destructor Documentation

◆ AxisymWaterPressureJacobianUtilities()

Kratos::AxisymWaterPressureJacobianUtilities::AxisymWaterPressureJacobianUtilities ( )

◆ ~AxisymWaterPressureJacobianUtilities()

virtual Kratos::AxisymWaterPressureJacobianUtilities::~AxisymWaterPressureJacobianUtilities ( )
inlinevirtual

Member Function Documentation

◆ AddReshapeSolidSkeletonDeformationMatrix()

Matrix & Kratos::AxisymWaterPressureJacobianUtilities::AddReshapeSolidSkeletonDeformationMatrix ( MatrixType &  rLeftHandSide,
const MatrixType &  rBaseClassLHS,
const unsigned int  dimension,
const unsigned int  number_of_variables,
const unsigned int  number_of_nodes 
)
overrideprotectedvirtual

Reimplemented from Kratos::WaterPressureUtilities.

◆ CalculateMassBalance_AddDisplacementPart()

Vector & Kratos::AxisymWaterPressureJacobianUtilities::CalculateMassBalance_AddDisplacementPart ( HydroMechanicalVariables &  rVariables,
VectorType &  rLocalRHS,
const double &  rIntegrationWeight 
)
overrideprotectedvirtual

◆ CalculateVolumeChange()

double Kratos::AxisymWaterPressureJacobianUtilities::CalculateVolumeChange ( const GeometryType &  rGeometry,
const Vector &  rN,
const Matrix &  rTotalF 
)
overrideprotectedvirtual

Reimplemented from Kratos::WaterPressureUtilities.

◆ ComputeSolidSkeletonDeformationMatrix()

Matrix & Kratos::AxisymWaterPressureJacobianUtilities::ComputeSolidSkeletonDeformationMatrix ( HydroMechanicalVariables &  rVariables,
MatrixType &  rLocalLHS,
const double &  rIntegrationWeight 
)
overrideprotectedvirtual

The documentation for this class was generated from the following files: