Search found 47 matches

by jinlu
Wed Nov 29, 2017 11:05 am
Forum: OpenSees.exe Users
Topic: 4 node QuadUP excess pore water pressure ratio exceeding 1
Replies: 1
Views: 2222

Re: 4 node QuadUP excess pore water pressure ratio exceeding

Can you try 9_4_QuadUP element? This 9-node element has a better formulation for the solid-fluid fully coupled mechanism.
http://opensees.berkeley.edu/wiki/index ... -p_Element

You can also check the 4-node quadUP element for stratified cases (i.e., no embedded stone column).
by jinlu
Tue Apr 04, 2017 2:34 pm
Forum: OpenSees.exe Users
Topic: wrong Initial stress at top of element quadUP
Replies: 2
Views: 3083

Re: wrong Initial stress at top of element quadUP

The stress is recorded at Gauss integration points, not at nodes. Four_Nine_QuadUP element employs 3x3 Gauss integration scheme. Please check a Finite Element textbook for the Gauss point locations. Also, in Four_Nine_QuadUP element, the order of the Gauss points is not the same as that of element n...
by jinlu
Wed Feb 04, 2015 6:20 pm
Forum: Parallel Processing
Topic: OpenSeesSP on Windows
Replies: 0
Views: 2697

OpenSeesSP on Windows

Hi, I downloaded the latest OpenSeesSP.exe (for Windows). I was able to run my tcl file if np = 1. However, when np > 1, I got the following error message: special ele: 0 VERTEX ONE: 2 job aborted: rank: node: exit code[: error message] 0: [server name]: -1073741819: process 0 exited without calling...
by jinlu
Tue Feb 25, 2014 8:51 am
Forum: OpenSees.exe Users
Topic: Cohesion in PDMY materials
Replies: 1
Views: 2064

Re: Cohesion in PDMY materials

http://opensees.berkeley.edu/wiki/index.php/PressureDependMultiYield_Material nDMaterial PressureDependMultiYield $tag $nd $rho $refShearModul $refBulkModul $frictionAng $peakShearStra $refPress $pressDependCoe $PTAng $contrac $dilat1 $dilat2 $liquefac1 $liquefac2 $liquefac3 <$noYieldSurf=20 <$r1 $G...
by jinlu
Fri Feb 07, 2014 2:21 pm
Forum: OpenSees.exe Users
Topic: Pore pressures of a slope
Replies: 5
Views: 4556

Re: Pore pressures of a slope

Yes, it's OK to use BrickUP elements and PressureDependMutiYield for static analysis. Regarding the pore water pressure, BrickUP element (and other U-P elements) uses the velocity of the last dof (i.e., dof 4 for 3D element BrickUP, or dof 3 for 2D element QuadUP) to temporarily store the pore water...
by jinlu
Tue Dec 11, 2012 2:20 am
Forum: Framework
Topic: Failed to build the latest version on Visual Studio 2010
Replies: 0
Views: 2112

Failed to build the latest version on Visual Studio 2010

Error message: 1>------ Build started: Project: OpenSeesTk, Configuration: Release Win32 ------ 2>------ Build started: Project: OpenSees, Configuration: Release Win32 ------ 1>Build started 12/11/2012 2:16:56 AM. 2>Build started 12/11/2012 2:16:56 AM. 1>InitializeBuildStatus: 1> Touching ".\..\..\o...
by jinlu
Thu Oct 04, 2012 6:00 pm
Forum: Framework
Topic: Could not build the latest version on Visual Studio 2010
Replies: 5
Views: 7516

Re: Could not build the latest version on Visual Studio 2010

Thanks Frank. Now it works like a charm.
by jinlu
Sat Sep 29, 2012 1:23 am
Forum: Framework
Topic: Could not build the latest version on Visual Studio 2010
Replies: 5
Views: 7516

Re: Could not build the latest version on Visual Studio 2010

OK. Figured out.

Added all *.c files of "OTHER\CSPARSE" to Source Files of project "system".

Added all *.cpp files of "SRC\api" to Source Files of project "domain".

Not sure if this is the "professional" way to do that. But I was able to build those 3 executable files.

Cheers!
Jinchi
by jinlu
Sat Sep 29, 2012 12:26 am
Forum: Framework
Topic: Could not build the latest version on Visual Studio 2010
Replies: 5
Views: 7516

Could not build the latest version on Visual Studio 2010

Below is the error message: 1>------ Build started: Project: quickMain, Configuration: Debug Win32 ------ 2>------ Build started: Project: OpenSeesTk, Configuration: Debug Win32 ------ 1>Build started 9/29/2012 1:21:05 AM. 2>Build started 9/29/2012 1:21:05 AM. 2>InitializeBuildStatus: 2> Touching "....
by jinlu
Thu Mar 15, 2012 12:48 pm
Forum: OpenSees.exe Users
Topic: Linear run
Replies: 5
Views: 4154

Re: Linear run

Thank you very much Vesna.
by jinlu
Wed Mar 14, 2012 10:49 am
Forum: OpenSees.exe Users
Topic: Linear run
Replies: 5
Views: 4154

Re: Linear run

Below is the sample screen output: CTestNormDispIncr::test() - iteration: 1 current Norm: 0.00022683 (max: 0.0001, Norm deltaR: 20435.1) CTestNormDispIncr::test() - iteration: 2 current Norm: 4.27053e-007 (max: 0.0001, Norm deltaR: 20435.1) CTestNormDispIncr::test() - iteration: 1 current Norm: 0.00...
by jinlu
Wed Mar 14, 2012 10:22 am
Forum: OpenSees.exe Users
Topic: Linear run
Replies: 5
Views: 4154

Re: Linear run

Linear run. e.g., a mesh of solid elements where the material is linear elastic isotropic.
by jinlu
Tue Mar 13, 2012 2:25 pm
Forum: OpenSees.exe Users
Topic: problem with pile installation ?
Replies: 6
Views: 5027

Re: problem with pile installation ?

The 4 connection nodes are NOT connected to anything. They're flying in the model...
by jinlu
Tue Mar 13, 2012 1:20 pm
Forum: OpenSees.exe Users
Topic: Linear run
Replies: 5
Views: 4154

Linear run

Is the linear case supposed to converge at 1 iteration? Why 2 iterations are needed to reach the convergence?
I'm using "test NormDispIncr 1e-04 50 1".

Thanks.
Jinchi
by jinlu
Mon May 23, 2011 3:48 pm
Forum: Soil Modelling
Topic: OpenSees Geotechnical Simulation Capabilities
Replies: 3
Views: 5424

Re: OpenSees Geotechnical Simulation Capabilities

FluidSolidPorous Material are currently being updated. Please use OpenSees ver 2.1.0 or earlier versions if you want to use FluidSolidPorous Material.