|
GraphNet: Discrete element modeling for network connected materials
Applications to polymeric networks
|
Conceptualizes and builds a polymer network as a graph G = (V,E) (i.e. a set of nodes (crosslinkers, V) and a set of edges (polymers, E)). More...
#include <iostream>#include <cmath>#include <cstdlib>#include <math.h>#include <random>#include <time.h>#include <vector>#include <unistd.h>#include <algorithm>#include <ctime>#include <chrono>#include <fstream>#include <sstream>#include <string>#include <cstring>#include <stddef.h>#include "vel.h"#include "helper_funcs.h"#include "crack.h"

Go to the source code of this file.
Classes | |
| class | Network |
Variables | |
| const float | PBC_vector [DIM] = {MAXBOUND_X*1.1, 0} |
| const float | vel [DIM] = {vel_x, vel_y} |
Conceptualizes and builds a polymer network as a graph G = (V,E) (i.e. a set of nodes (crosslinkers, V) and a set of edges (polymers, E)).
| const float PBC_vector[DIM] = {MAXBOUND_X*1.1, 0} |
1.8.11