Statistiken
RANG
191
of 278.017
REPUTATION
538
BEITRÄGE
0 Fragen
203 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
48
RANG
of 18.807
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
parfor-loop leads to wrong results of PDE solver
Hi Anselm, This is a bug when the model gets transferred to the worker in the process of parfor execution. I apologize for the ...
mehr als ein Jahr vor | 1
| akzeptiert
How to define coefficient c in 3 coupling pdes in solving 2D-PDE (PDE toolbox)
If you have Symbolic Math Toolbox, then you can use the pdeCoefficients function to get the requried c-coefficient. Regards, ...
mehr als ein Jahr vor | 0
| akzeptiert
Why do I get zero Thermal Stress? Am I using the PDE Toolbox incorrectly?
Got it. You don't have CTE specified along with the material properties. Refer to structuralProperties() call in the bi-metal ex...
fast 2 Jahre vor | 0
| akzeptiert
Using XY Data from this example? Help please
You can use interpolateStress to find values of stress at a given query coordinates (xq,yq,zq),. Regards, Ravi
etwa 2 Jahre vor | 2
| akzeptiert
Can someone help me with this Matlab code on 2D heat equation
Your T_initial is declared as a scalar, you are getting the error when you try to index into it beyond its size. Make that zeros...
etwa 2 Jahre vor | 1
| akzeptiert
Pressure units for a 1D edge on a structural model?
When you are solving a 2-D structural probelm (either plane stress or plane strain approximation), unit thickness is implicit. C...
etwa 2 Jahre vor | 0
Improve efficiency of AssembleFEMatrices?
If you are using R2020b or newer version of MATLAB, you should be able to specify required matrices as input: https://www.mathw...
etwa 2 Jahre vor | 0
| akzeptiert
How to give initial guess and initial condition for a nonlinear - time dependent PDE problem (transient non-linear heat equation) in pde tool box?
For nonlinear elliptic problem, inputs in setInitialCcnditions is the initial guess for the nonlinear solver. For time-dependent...
mehr als 2 Jahre vor | 0
| akzeptiert
How to get AssembleFEMatrices for a nonlinear and Time dependent PDE problem in PDEtool box
Solution matrix must of of the size NumPDEs x NumNodes. In your case, you are providing several solutions at all the time-steps ...
mehr als 2 Jahre vor | 0
Display generated mesh/ call out adjacent nodes in 3D domain
Check findNodes function. You should be able to specify region as box in which you need node IDs. Regards, Ravi
mehr als 2 Jahre vor | 0
How to mesh mutliple objects?
This example might work for you!
mehr als 2 Jahre vor | 0
| akzeptiert
Unable to resolve the name results.NodalSolution.
You have a typo. It should be u=result.NodalSolution; not u=results.NodalSolution; Regards, Ravi
mehr als 2 Jahre vor | 0
| akzeptiert
PDE: modal analysis two bodies - possible?
Hi Rober, Your mass density seems to be off. If you are using SI units, as it appears from Young's moduls, mass density must b...
mehr als 2 Jahre vor | 1
| akzeptiert
PDE toolbox, specifying coefficients, error telling me "Function specifying a coefficient must accept two input arguments and return one output argument."
The function "fcoeffunction", does not have definitions of e, L, C, mu, r, o, etc. in its scope. Move the definitions in the beg...
mehr als 2 Jahre vor | 0
Issue with STL geometry and pde toolbox
Check the dimensions of the expoerted geometry. Some tools export by default in mm, you mght be seeing many more frequenceis if ...
mehr als 2 Jahre vor | 0
| akzeptiert
Thermal contact resistance in PDE toolbox
Hi Luca, Interface conditions like thermal contact resistance are not yet supported in PDE Toolbox. Regards, Ravi
mehr als 2 Jahre vor | 0
Set non-constant boundary condition proportional to solution at that point and time
Hi Ollie, The function you have written does exactly what you describe. What is the issue you are encountering? Regards, Ra...
mehr als 2 Jahre vor | 0
| akzeptiert
Transient thermal model (PDE Toolbox) failing to solve due to time dependent heat flux and ambient temperature. "Unable to meet integration tolerance."
Hi Kevin, Make sure your geometry from STL is in SI units too as you have properties specified in SI units. I don't see anythi...
mehr als 2 Jahre vor | 0
| akzeptiert
Transient heat flux boundary condition in PDE toolbox
Based on what you describe, it appears you are assigning heat flux on an interior edge. These are not boundaries of the domain s...
mehr als 2 Jahre vor | 0
| akzeptiert
PDE Toolbox FEA Units
Hello Colton, You are right, PDE Toolbox does not have any units. Two things you can check again: You save E as 10300000 psi i...
mehr als 2 Jahre vor | 0
PDE TOOLBOOX heat transfer error
You are overwriting modelc immediately after creating the thermal model. Remove the second line: modelc = createpde
mehr als 2 Jahre vor | 0
| akzeptiert
Can I use the figure’Blade.stl’ file provided in PDE Toolbox for publication (copyright)?
Please contact Customer Support here: https://www.mathworks.com/support/contact_us.html Regards, Ravi
mehr als 2 Jahre vor | 0
Interpolating at centroid of a tetrahedral mesh
You can use interpolateSolution if you are using equation based interfaces to setup the problem. If you are solving a structural...
fast 3 Jahre vor | 0
Radiation heat transfer using PDE toolbox
Hi Ruben, Thanks for the code, it helped. All the BCs inside RadandConv == 1 block are applied on the edges that are interior ...
fast 3 Jahre vor | 0
Finite Element Analysis in Matlab with user-defined elements?
You can define user defined functions of space, time, and solution using PDE Toolbox generic workflow, check out the following l...
fast 3 Jahre vor | 0
Boundary Condition for 3-D Poisson's Equation using PDE Toolbox
You need BC for all three equations. You might want to try u as [0;0;0] or other appropriate vector of 3 rows, where each row co...
fast 3 Jahre vor | 1
| akzeptiert
How can I extend the functionality of PDE tool box
Hi Jammi, You might want to explore the generic equation based workflow that solves the equations that can be cast into the sup...
fast 3 Jahre vor | 1
I can't use "structuralProperties" in PDE toolbox
Change the line: thePde = createpde(); to thePde = createpde('structural'); By default, createpde returns a model that has...
fast 3 Jahre vor | 0
| akzeptiert
Plotting points from a 3D model onto a 2D graph
You can interpolate the temperatures at (x,y) coorinates over time and plot them. Refer to interpolateTemperatue function. Rega...
fast 3 Jahre vor | 0
| akzeptiert
Interpolation of the results from the PDE toolbox and the spatial differentiation of the solution
You can do this using interpolateSolution and evaluateGradients. Regards, Ravi
fast 3 Jahre vor | 1
| akzeptiert