GraphNet: Discrete element modeling for network connected materials
Applications to polymeric networks
Classes | Variables
network.h File Reference

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"
Include dependency graph for network.h:
This graph shows which files directly or indirectly include this file:

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}
 

Detailed Description

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)).

Variable Documentation

const float PBC_vector[DIM] = {MAXBOUND_X*1.1, 0}
const float vel[DIM] = {vel_x, vel_y}