Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ _trash_output/Path Plots/Load Path Model 2 - X Path.bmp
_trash_output
Define_Waitbar.m
*.MATLABDriveTag
*.DS_Store

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-19, 03, -11
-19, 03, -04
-19, 03, 04
-19, 03, 11
-19, 0, -11
-19, 0, -04
-19, 0, 04
-19, 0, 11


Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
01, 03, 01
04, 03, 01
11, 03, 01
-01, 03, 01
-04, 03, 01
-11, 03, 01
01, 0, 01
04, 0, 01
11, 0, 01
-01, 0, 01
-04, 0, 01
-11, 0, 01
2 changes: 1 addition & 1 deletion Load-Path-Plotter/Input_NodeDatRead.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% when ANSYS would delete midside nodes, hence not storing their stress
% values, but keeping the numbering system. I built this as a workaround.
%
% Since then however, I cam up with a better way of doing this which I am
% Since then however, I came up with a better way of doing this which I am
% yet to implement for nodes, but implemented for elements.

clear nodes
Expand Down
12 changes: 6 additions & 6 deletions Load-Path-Plotter/Input_nodeDat.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
if ispc
path_separator = '\';
end
numOfResults = 7;
N_RESULTS = 7;
filePath = strjoin([filePath path_separator 'nodalSolution.txt'],'');

datafile = fopen(filePath);
dataFile = fopen(filePath);
%Scans until the start of the file is found. Trash data is a temp variable
%to test and advance the reading function.
trashdata = 'a';
startelements = ' NODE';

while ~strncmpi(trashdata,startelements, length(startelements))
trashdata = fgetl(datafile);
trashdata = fgetl(dataFile);
end
StressData = nan(numOfResults,numNodes);
StressData = nan(N_RESULTS,numNodes);
count = 1;
for i = 1:numNodes
linetest = strtrim(fgetl(datafile));
linetest = strtrim(fgetl(dataFile));

if isempty(linetest)
break
Expand All @@ -40,5 +40,5 @@
count = count+1;
end
count=count-1;
fclose(datafile);
fclose(dataFile);
end
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
166 changes: 83 additions & 83 deletions Load-Path-Plotter/Run_Solve_loadpath3D.m

Large diffs are not rendered by default.

1,549 changes: 0 additions & 1,549 deletions Load-Path-Plotter/html/LoadPathGUI.html

This file was deleted.

Binary file removed Load-Path-Plotter/html/LoadPathGUI.png
Binary file not shown.
Binary file removed Load-Path-Plotter/html/LoadPathGUI_01.png
Binary file not shown.
1,052 changes: 0 additions & 1,052 deletions Load-Path-Plotter/html/Run_Solve_loadpath3D.html

This file was deleted.