|
From: Ananth W. <ana...@gm...> - 2019-01-29 08:35:38
|
Hi,
I'm using the following to define elevation of a wall using 'breaklines'.
for i in range(len(breaklines)):
breaklines[i] = breaklines[i] + [breaklines[i][0]]
house_addition_poly_fun_pairs.append(
[ breaklines[i], house_height])
house_addition_poly_fun_pairs.append(['All', 0.])
The simulation runs without any error. However, the results are not as
expected when comparing to experiments. I suspect this difference in
experiments and simulations could be because of some issue in translating
wall elevation from the above function. I've two cases: 1. With wall
defined by breaklines, 2. without any wall. The second case matches well
with corresponding experimental results. But not the first case. Is there
any command to display the elevation assigned to the breaklines? Or would
you recommend any alternative for defining a wall? Thanks in advance.
--
--
Best wishes,
*Ananth Wuppukondur,*
PhD candidate | Coastal Research Group
School of Civil Engineering | The University of Queensland
Brisbane, Australia.
*Web-links:*Personal webpage
<https://ananthwsharma.wixsite.com/ananthwuppukondur> Google scholar
<https://scholar.google.ca/citations?user=AROgxX4AAAAJ&hl=en> ResearchGate
<https://www.researchgate.net/profile/Ananth_Wuppukondur> LinkedIn
<https://in.linkedin.com/in/ananth-wuppukondur-a37a6048>
|