Blast class#
-
struct Blast_structure#
- #include <openfdem_blast.h>
-
struct blast_type#
- #include <openfdem_blast.h>
class for blast sources.
Public Functions
-
blast_type() = default#
-
blast_type() = default#
-
class BlastModule : public OpenFdemAbstract#
- #include <openfdem_blast_module.h>
Public Functions
-
void Blast_module_run(Openfdem openfdem)#
main interface function to run the blast module. it is called in the main function when the blast module is turned on. This module theoritically can be used for arbitary element types, but other type should be checked.
- Parameters:
openfdem –
-
void Blast_apply_load(General general, Nodal nodal, Cohelement cohelement, Element element, Blast blast, Boudary boudary, Solidmat solidmat)#
compute the blast pressure.
- Parameters:
general –
nodal –
cohelement –
element –
blast –
boudary –
solidmat –
-
void Blast_module_run(Openfdem openfdem)#
-
namespace ns_blast#
-
namespace ns_common#
- file openfdem_blast.h
- #include “common/openfdem_common.h”
Typedefs
-
typedef struct Blast_structure *Blast#
-
typedef struct Blast_structure *Blast#
- file openfdem_blast_module.h
- #include “common/openfdem_abstract.h”#include “solver/openfdem.h”
- dir blast
- dir src