mohrnac.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "load.h"
#include "elm.h"
#include "material.h"
#include "node.h"
#include "rio.h"

Include dependency graph for mohrnac.c:

Go to the source code of this file.

Data Structures

struct  sMohrNACData

Defines

#define PI   3.141592654

Functions

void MaterialTimeStep (sMaterial *, double *)
void MaterialDensity (sMaterial *, double *)
static void MohrCoulombNACNew (int, sMaterial **)
static void MohrCoulombNACFree (sMaterial *)
static void MohrCoulombNACRead (sMaterial *)
static void MohrCoulombNACEParameter (sMaterial *, double *)
static void MohrCoulombNACNuParameter (sMaterial *, double *)
static void MohrCoulombNACCMatrix (sMaterial *, double[6][6])
static void MohrCoulombNACUpdateStress (sMaterial *, double, double *, double *, double *, double *)
void MohrCoulombNACInit (void)


Define Documentation

#define PI   3.141592654

Definition at line 58 of file mohrnac.c.


Function Documentation

void MaterialDensity ( sMaterial ,
double *   
)

void MaterialTimeStep ( sMaterial ,
double *   
)

static void MohrCoulombNACCMatrix ( sMaterial mat,
double  cm[6][6] 
) [static]

Definition at line 213 of file mohrnac.c.

References sMaterial::data, sMohrNACData::E, NDof, and sMohrNACData::Nu.

Referenced by MohrCoulombNACInit(), and MohrCoulombNACUpdateStress().

Here is the caller graph for this function:

static void MohrCoulombNACEParameter ( sMaterial mat,
double *  e 
) [static]

Definition at line 177 of file mohrnac.c.

References sMaterial::data, and sMohrNACData::E.

Referenced by MohrCoulombNACInit().

Here is the caller graph for this function:

static void MohrCoulombNACFree ( sMaterial mat  )  [static]

Definition at line 127 of file mohrnac.c.

References sMaterial::data.

Referenced by MohrCoulombNACInit().

Here is the caller graph for this function:

void MohrCoulombNACInit ( void   ) 

static void MohrCoulombNACNew ( int  label,
sMaterial **  mat 
) [static]

Definition at line 88 of file mohrnac.c.

References sMohrNACData::C, sMohrNACData::E, MatList, MOHR_COULOMB_NAC, sMohrNACData::Nu, sMohrNACData::Phi, and sMohrNACData::Psi.

Referenced by MohrCoulombNACInit().

Here is the caller graph for this function:

static void MohrCoulombNACNuParameter ( sMaterial mat,
double *  nu 
) [static]

Definition at line 195 of file mohrnac.c.

References sMaterial::data, and sMohrNACData::Nu.

Referenced by MohrCoulombNACInit(), and MohrCoulombNACUpdateStress().

Here is the caller graph for this function:

static void MohrCoulombNACRead ( sMaterial mat  )  [static]

Definition at line 151 of file mohrnac.c.

References sMohrNACData::C, sMaterial::data, sMohrNACData::E, nf, sMohrNACData::Nu, sMohrNACData::Phi, and sMohrNACData::Psi.

Referenced by MohrCoulombNACInit().

Here is the caller graph for this function:

static void MohrCoulombNACUpdateStress ( sMaterial mat,
double  dtime,
double *  yield,
double *  effdef,
double *  str,
double *  def 
) [static]

Definition at line 264 of file mohrnac.c.

References sMohrNACData::C, sMaterial::data, MohrCoulombNACCMatrix(), MohrCoulombNACNuParameter(), sMohrNACData::Phi, PI, and sMohrNACData::Psi.

Referenced by MohrCoulombNACInit().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Tue Oct 23 11:24:15 2007 for Relax by  doxygen 1.5.3