找回密码
 注册
Simdroid-非首页
楼主: blueshell

[INP文件] *Model change 的应用技巧初步

[复制链接]
 楼主| 发表于 2009-4-17 13:14:29 | 显示全部楼层 来自 韩国
也十分感谢jsnjcivil 的积极探讨。相信以后看过这个帖子的人,理解起来就更容易了!
回复 不支持

使用道具 举报

发表于 2009-4-17 16:06:19 | 显示全部楼层 来自 江苏南京
Simdroid开发平台
本帖最后由 jsnjcivil 于 2009-4-17 16:11 编辑

终于弄明白楼主发在1#的附件是怎么做出来的了。
【】1、建好模型之后,生成inp。
【】2、在inp文件中,将1001至2600号单元信息拷贝并粘贴到excel中;
然后将单元编号依次改成2601至4200,节点信息不变;
把上述改变的单元信息另存为.csv文件,拷贝出来,粘贴到第2600号单元信息以后。
这样做的目的是复制单元。
【】3、将下列语句
*Nset, nset=SlabSet
。。。。。。
*Elset, elset=SlabSet, generate
1001,  2600,     1
拷贝出来,将其中的节点、单元集合名称SlabSet全部改变为DUPSlabSet,并将单元信息那行改为
2601,  4200,     1
这样,集合DUPSlabSet(备份钝化单元)就从集合SlabSet(钝化单元)复制成功了。
——————
我觉得这样做的话,没有使用下列语句来得方便。
*Elcopy, Element shift=5000, Old set=SlabSet, New set=DUPSlabSet,
Shiftnodes=0
其实Element shift的偏移值只要大于等于1600就行了。
为什么呢?
因为原模型总共有2600个单元,GirderSet集合单元编号从1至1000,SlabSet集合单元编号从1001至2600,如果要复制SlabSet集合单元的话,最少可以从2601开始复制,所以这里说偏移值只要大于等于1600就行了。这个也算是个特列了。
【】4、将集合DUPSlabSet(备份钝化单元)通过以下语句赋以完全弹性材料。
*Solid Section, elset=DUPSlabSet, material=WetSlab
  ** 空行,数据默认为1
【】5、*End Instance后面的下列语句
*Nset, nset=Set-Girder, instance=Tsection-1
。。。。。。
*Elset, elset=Set-Girder, instance=Tsection-1, generate
   1, 1000,    1
*Nset, nset=Set-Slab, instance=Tsection-1
。。。。。。
*Elset, elset=Set-Slab, instance=Tsection-1, generate
1001,  2600,     1
*Nset, nset=DUPSet-Slab, instance=Tsection-1
。。。。。。
*Elset, elset=DUPSet-Slab, instance=Tsection-1, generate
2601,  4200,     1
与前面的语句
*Nset, nset=Girderset
。。。。。。
*Elset, elset=Girderset, generate
   1, 1000,    1
*Nset, nset=SlabSet
。。。。。。
*Elset, elset=SlabSet, generate
1001,  2600,     1
*Nset, nset=DUPSlabSet
。。。。。。
*Elset, elset=DUPSlabSet, generate
2601,  4200,     1
内容无异,只是名称不同而已,是在组装体里面定义的集合,在分析步中可以直接调用,而不用冠以实体名称。

附件是我按照楼主的附件修改过的,计算的结果和楼主的模型文件计算的结果无异。
相比楼主的附件,
testModelchage-2.inp中,删除了在组装体里面定义的集合,在分析步中调用的集合(实体中的集合)需要冠以实体名称。
testModelchage-3.inp中,删除了复制单元的定义,而直接使用elcopy语句复制成“备份钝化单元”集合。
有兴趣的可以看看。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×

评分

1

查看全部评分

回复 8 不支持 0

使用道具 举报

发表于 2009-4-18 21:08:13 | 显示全部楼层 来自 四川成都
54# jsnjcivil

我的算例中,有elcope追踪法和没有elcope追踪法对初始应力结果和最后计算步结果都没有影响,不知道是不是使用不正确

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复 不支持

使用道具 举报

发表于 2009-4-21 12:44:49 | 显示全部楼层 来自 上海
回复 不支持

使用道具 举报

发表于 2009-7-4 10:41:28 | 显示全部楼层 来自 江苏南京
谢谢各位,学习了

评分

1

查看全部评分

回复 不支持

使用道具 举报

发表于 2009-7-4 11:21:46 | 显示全部楼层 来自 广东深圳
真不错.谢谢分享.
回复 不支持

使用道具 举报

发表于 2009-7-4 12:49:25 | 显示全部楼层 来自 江苏南京
看了受益匪浅,谢谢
    也有个问题想请教一下:如何将追踪单元的变形后的位置赋给材料参数改变了的“钝化”单元集呢(意思是说,通过共享节点可以reactive已钝化的单元,并且没有变形差异。现在我模拟灌注桩施工过程碰到的问题是:地应力平衡后,开挖桩槽(remove,set-zc;地基变形),后桩体成形(我开始平衡地应力的时候,remove set-pile)时用*model change,add  set-pile 明显存在变形差异的问题,请问如何处理?(就是说现在add的不是地应力平衡时的set-zc,但两者未变形前形状是一样的)
回复 不支持

使用道具 举报

发表于 2009-7-21 19:38:21 | 显示全部楼层 来自 北京交通大学
谢谢楼主老大,我在用钝化单元的时候可是怎么也通不过啊,请楼主老大在百忙之中看看我的inp文件,问题出在哪里,非常感谢感谢

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复 不支持

使用道具 举报

发表于 2010-4-1 17:22:00 | 显示全部楼层 来自 河南郑州
学习一下,不晓得,在隧洞开挖的数值模拟计算中,有什么注意事项没有?
高手赐教!
回复 不支持

使用道具 举报

发表于 2010-5-17 16:30:06 | 显示全部楼层 来自 奥地利
这是abaqus里对model change的解释,大家可以看看
1.2.1 Element and contact pair removal and reactivation

Product: Abaqus/Standard  
References

    *

      “Removing/reactivating Abaqus/Standard contact pairs,” Section 30.2.7
    *

      *MODEL CHANGE

Overview

Element and contact pair removal/reactivation:

    *

      can be used to simulate removal of part of the model, either temporarily or for the remainder of the analysis;
    *

      allows reactivation of elements strain-free or with strain;
    *

      can be used to save computational time when a contact pair is not needed;
    *

      can be used only in general analysis steps; and
    *

      can be used in a restart analysis only if it was used or activated in the original analysis.

Removing elements

You can remove specified elements from the model in a general analysis step. Just prior to the removal step, Abaqus/Standard stores the forces/fluxes that the region to be removed is exerting on the remaining part of the model at the nodes on the boundary between them. These forces are ramped down to zero during the removal step; therefore, the effect of the removed region on the rest of the model is completely absent only at the end of the removal step. The forces are ramped down gradually to ensure that element removal has a smooth effect on the model.

No further element calculations are performed for elements being removed, starting from the beginning of the step in which they are removed. The removed elements remain inactive in subsequent steps unless you reactivate them as described below.
Input File Usage:                  Use the following option to remove elements from the model:
       

*MODEL CHANGE, TYPE=ELEMENT, REMOVE


Removing elements in transient procedures

Care must be taken in removing elements in transient procedures. The nodal flux that the removed elements apply at the boundary with the rest of the model is ramped down over the step. In transient heat transfer or fully coupled temperature-displacement analysis if the fluxes are high and the step is long, this ramping down may have the effect of cooling down or heating up the rest of the body. In dynamic analysis if the forces are high and the step is long, kinetic energy can be imparted to the remaining portion of the model. This problem can be avoided by removing the elements in a very short transient step prior to the rest of the analysis. This step can be done in a single increment.
Reactivating stress/displacement elements

Two distinct types of reactivation are provided for stress/displacement elements (including substructures): strain-free reactivation and reactivation with strain. Strain-free reactivation resets the initial configuration; reactivation with strain does not.

Although elements cannot be created within an analysis, a similar effect can be achieved by creating elements in the model definition, removing them in the first step, and subsequently reactivating them.
Strain-free reactivation

When stress/displacement elements are reactivated in a strain-free state, they become fully active immediately at the moment of reactivation (the start of the step in which they are reactivated). They are reset to an “annealed” state (zero stress, strain, plastic strain, etc.) in the configuration in which they lie at the start of the reactivation step. This configuration depends on whether a small- or large-displacement analysis is being conducted. Alternatively, reactivation in a nonvirgin state can be specified, as described below.

Since these elements are reactivated in a virgin state (i.e., with zero stress), they exert zero nodal forces on the rest of the model. This result allows reactivation to be done immediately, without an adverse effect on the smoothness of the solution.

After reactivation the strains and the deformation gradients are based on the displacements subsequent to the moment of reactivation, rather than on their total displacements. Thus, the current configuration at the start of the reactivation step is the new initial configuration for the element.

This kind of reactivation usually is used to model the creation of an undeformed and unstrained region of the model that is sharing a boundary with another, possibly stressed, deformed region. For example, in tunnel excavation an unstressed tunnel liner is added to line the walls of an already deformed tunnel (see “Stress-free element reactivation,” Section 1.1.11 of the Abaqus Example Problems Manual).
Input File Usage:                  Use the following option to reactivate elements in a strain-free state:
       

*MODEL CHANGE, ADD=STRAIN FREE (default)


Small-displacement analysis

In small-displacement analysis the displacements at reactivation are considered to be small; therefore, volume, mass, initial length, and orientation directions do not change.
Large-displacement analysis

In large-displacement analysis the new configuration can be significantly different from the original configuration specified in the model definition. The change in configuration may result from large deformation or rigid body motion. For the nodes of the reactivated elements to be in the correct position upon reactivation, these nodes must be shared by elements that are not removed. Otherwise, the nodes of the removed elements remain at the location occupied at the time of removal. For cases where an enclosed region of material is reactivated, the shared-node restriction may require that a duplicate set of elements whose material properties do not influence the stress solution be defined on top of the removed elements. These duplicate elements provide a means of tracking the position of the nodes of the removed elements.

Upon reactivation an element can have a significantly different volume or mass, so the mass matrix is reformed for the element. Any local orientations applicable to the element are redefined on the new configuration. For shell and membrane elements, however, the thickness of the reactivated elements is the thickness as specified at the start of the analysis by the element's section definition, a nodal thickness definition (“Nodal thicknesses,” Section 2.1.3), or an import definition (“Transferring results between Abaqus analyses: overview,” Section 9.2.1).

The current normals on structural elements at the moment of reactivation become new initial normals for that element. The current normal is the element's original normal (as specified in the model definition) rotated by the nodal rotation at the moment of reactivation. This scheme preserves the angle between the normals of reactivated elements and those of the elements with which they share nodes. (Usually, this angle should be zero and the normals should be identical, such as when a strain-free layer is added to an already deformed shell or beam. This can be achieved by ensuring that the normals are identical in the model definition.) If the reactivated structural elements share nodes with only non-structural elements (elements that do not provide stiffness to rotational degrees of freedom), duplicate structural elements are required so that the rotational degrees of freedom at the shared nodes will follow the deformation and rigid body motion before reactivation.

In a large-displacement analysis an element that is being reactivated strain free fits into whatever configuration is given by its nodes at the moment of reactivation. You must ensure that this configuration is meaningful and is not severely distorted. Abaqus/Standard will apply geometry checks on the reactivated elements; these checks are the same as the checks that are done in the analysis input file processor. Warnings are printed in the message file if the elements seem inappropriately distorted; and error messages are given if the distortion is severe, in which case the analysis will be stopped. If a geometry check on an element produces a warning or an error message, its current coordinates—and normals if applicable—are printed to the message file for your inspection. The current coordinates can be printed for all elements being reactivated by requesting detailed printout for element removal/reactivation, as explained in “The Abaqus/Standard message file” in “Output,” Section 4.1.1.
Reactivating axisymmetric elements

Abaqus/Standard will not stop the analysis if an axisymmetric element has a very small negative radial coordinate at reactivation (if the magnitude of the radial coordinate is less than 10–4 times the average element length). In this case a warning is printed, and a radial coordinate of zero is assumed. If the radial coordinate is negative and larger than 10–4 times the average element length in magnitude, the analysis will stop.

For axisymmetric-asymmetric elements (SAXA and CAXA) the displacements at reactivation are considered small even in large-displacement analysis because these elements require an axisymmetric original configuration, but the configuration given by the nodes of these elements at reactivation would not, in general, be axisymmetric. Therefore, the original configuration is assumed not to change for these elements.
Reactivating coupled temperature-displacement elements

In a fully coupled temperature-displacement analysis continuum elements attain their full mechanical stiffness immediately upon strain-free reactivation; however, to ensure smoothness of the solution, thermal conductivity is ramped up from zero over the step.
Reactivating spring elements and substructures

If spring elements or substructures are reactivated “without strain,” the configuration at the moment of reactivation represents the zero-displacement state of the element; the forces in the spring or substructures are based on relative displacements subsequent to the moment of reactivation.
Reactivation with strain

Elements reactivated with strain start in an annealed state unless reactivation in a nonvirgin state is specified, as described below.

The following scheme is implemented for the elements during the reactivation step: Let represent the displacements of the nodes of this element, which are the displacements as shared by the rest of the model or as specified by boundary conditions. In general, these displacements can vary with time over the reactivation step. At any time in the reactivation step Abaqus/Standard enforces displacements, , for the element:

where is a parameter that ramps linearly from 0 to 1 during the step. Thus, during the step the displacements felt by the reactivated elements ramp up to their actual values. To produce a consistent stiffness matrix, the element stiffness is also multiplied by ; therefore, the rest of the model experiences the reactivated elements as though their stiffnesses were ramped up during the step.

This ramping up of displacements instead of direct ramping up of element forces ensures that the strain in the element ramps up from zero to the strain given by the displacement of its nodes. This gradual ramping up of strains is desirable so that the response of history-dependent materials can be integrated gradually.

Subsequent to the end of the reactivation step, the strains in reactivated elements correspond to the displacements of their nodes from their initial configuration, rather than to their displacements since the moment of reactivation. This is appropriate, for example, in the refueling of a nuclear reactor, where the new fuel assembly must conform to the distortion of its old neighbors.

This reactivation scheme does not work for the rotations of shell elements that have five degrees of freedom per node because a total rotation is not stored at those nodes. Consequently, reactivation with strain is not allowed for these elements.

If an element is reactivated with strain after having been previously reactivated strain free, the strains are based on the displacements from the configuration in which the element was reactivated strain free (because this defined the new initial configuration for the element). In this case the in the formula above should be interpreted as the displacement of the node relative to the position in which the element was reactivated strain free.
Input File Usage:                  Use the following option to reactivate elements with strain:
       

*MODEL CHANGE, ADD=WITH STRAIN


Reactivating elements with rebar

Rebars are reactivated strain free or with strain exactly like the element in which they are defined. The annealing that takes place upon reactivation is also applied to rebars in the model. Reactivation of rebars can also be done in a nonvirgin state.
Reactivating other element types

During reactivation of all element types other than stress/displacement elements, substructures, and contact elements, the nodal forces caused by stress in the element and by distributed loads are scaled by a value that ramps from zero to one during the reactivation step. (The nodal fluxes are scaled similarly for heat transfer elements.) In effect this scaling ramps the element stiffness up from zero during the step; for elements with mass or damping this scaling also ramps up the mass or damping during the step.

During the reactivation step the thermal conductivity of heat transfer elements and the permeability of pore pressure elements are ramped up from zero over the step.

User-defined elements can be removed and reactivated. User subroutine UEL is not called in steps in which the element is being removed or has already been removed.
Input File Usage:                 

*MODEL CHANGE, ADD


Removing and reactivating contact pairs

You can remove specified slave and master surfaces from the model in a general analysis step. Contact pair removal and reactivation is explained in “Removing/reactivating Abaqus/Standard contact pairs,” Section 30.2.7.
Input File Usage:                 

*MODEL CHANGE, TYPE=CONTACT PAIR, REMOVE or ADD


Removing and reactivating contact elements

Contact elements are removed and reactivated by Abaqus/Standard in the same way as contact pairs, as described in “Removing/reactivating Abaqus/Standard contact pairs,” Section 30.2.7.
Input File Usage:                 

*MODEL CHANGE, TYPE=ELEMENT, REMOVE or ADD


Modeling issues

In some cases element removal/reactivation may cause numerical problems. The following guidelines can be used to reduce the chance of difficulty:

    *

      If elements are removed in a static stress analysis and this removal leaves a region of the model with an unconstrained rigid body mode, solver problems will occur and the analysis most likely will fail to converge. Therefore, ensure that the remainder of the model is constrained sufficiently.
    *

      If elements that are connected to a contact pair are removed, the contact pair should also be removed to avoid solver problems.
    *

      If all elements attached to a node constrained with a multi-point constraint or a linear constraint equation are being removed, this node should be the dependent node of the multi-point constraint or linear constraint equation.

Removing or reactivating elements and contact pairs in a restart analysis

Elements or contact pairs can be removed or reactivated in a restart analysis (“Restarting an analysis,” Section 9.1.1) only if elements or contact pairs were removed or reactivated in the original analysis. In situations where it is expected that the addition or removal of elements or contact pairs will be required in a restart analysis, but there is no such need in the original analysis, you must activate element or contact pair removal/reactivation in the original analysis. Activating this capability does not add or remove any elements or contact pairs; it only prepares Abaqus/Standard to allow for these changes in a subsequent restart analysis.
Input File Usage:                  Use the following option to activate element or contact pair removal/reactivation:
       

*MODEL CHANGE, ACTIVATE


Procedures

Elements or contact pairs cannot be removed or reactivated in a linear perturbation step (see “General and linear perturbation procedures,” Section 6.1.2) or in a static Riks step (see “Unstable collapse and postbuckling analysis,” Section 6.2.4). For elements to be absent in such steps, they must have been inactive at the end of the previous general analysis (nonperturbation) step.
Initial conditions

When elements are added back into the model, they are usually assumed to be “annealed”; that is, they have zero plastic strain, creep strain, etc. and zero stress at the start of the step in which they are reactivated. It is possible to reactivate an element so that it starts with a nonzero stress, equivalent plastic strain, or backstress (in a nonvirgin state).
Reactivation in a nonvirgin state

To reactivate elements with nonzero stress, define initial stress conditions (see “Initial conditions,” Section 28.2.1) to specify the required stress in the model definition. Then the elements must be removed in the first step of the analysis. When reactivated, they will have the initial stress specified. The reactivation is done immediately, so the initial stress must be self-equilibrating not to have an adverse effect on the smoothness of the solution.

If the elements were not removed in the first step, if they were removed again after the first step, or if initial conditions were not specified for them, they will have zero stresses when reactivated.

In a similar manner a material can be reactivated with a nonzero initial equivalent plastic strain or backstress.
Input File Usage:                  Use the following option to specify initial stress conditions:
       

*INITIAL CONDITIONS, TYPE=STRESS

Use the following option to specify initial equivalent plastic strain or backstress:

*INITIAL CONDITIONS, TYPE=HARDENING


Boundary conditions

The nodal variables of removed elements are not changed when the elements are removed. You can reset these variables by defining a boundary condition while the elements are inactive (see “Boundary conditions,” Section 28.3.1).
Loads

Distributed and concentrated loads that are applied in an area where elements are removed or reactivated may need to be modified.
Distributed loads

Any distributed loads, fluxes, flows, and foundations specified for inactive elements are also inactive. However, unless you explicitly remove them, records of these loads are still kept and are listed in the data (.dat) file as though the elements were still present. Continuation of loads across steps is not affected by removal; on element reactivation unremoved distributed loads are also reactivated.

By default, if a distributed load is applied to an element that is being reactivated in a step, the distributed load magnitude is scaled up linearly from zero to its end-of-step value during the step. If such a load is applied with an amplitude reference, the magnitude value given by the amplitude reference is scaled again by a value that ramps from zero to one throughout the step. This scheme ensures that reactivation has a smooth effect on the solution, even in cases where a distributed load with an amplitude reference on a reactivated element is carried over from a previous step.
Concentrated loads

Concentrated loads or fluxes are not removed when the surrounding elements are removed; therefore, you must ensure that any concentrated loads or fluxes that are carried solely by removed elements are also removed. Otherwise, a solver problem will occur during the removal step (a force is applied to a degree of freedom with zero stiffness). Concentrated loads or fluxes should be ramped up when they are reintroduced along with reactivated elements.
Predefined fields

The nodal variables of removed elements are not changed directly when the elements are removed. You can reset these variables by defining temperature or other predefined field variables while the elements are inactive (see “Predefined fields,” Section 28.6.1). For example, elements that are removed in a stress/displacement analysis can be reintroduced at a different temperature by setting the temperatures at the nodes on these elements to the desired value while the elements are inactive due to removal.
Temperatures

The temperatures at the start of the reactivation step become the initial temperatures for reactivated elements; thermal strains (and, thus, also the thermal stresses) are based on the temperature change subsequent to the instant of reactivation (see “Thermal expansion,” Section 21.1.2).
Material options

On annealing, compaction-related quantities—such as the yield stress in hydrostatic compression, , in crushable foam plasticity (“Crushable foam plasticity models,” Section 19.3.5); the yield stress in hydrostatic compression, , in cap plasticity (“Modified Drucker-Prager/Cap model,” Section 19.3.2); and the void volume fraction, f, in porous metal plasticity (“Porous metal plasticity,” Section 19.2.9)—are reset to the values they had at the start of the analysis.

For porous materials the porosity, n, is reset to its initial value and the saturation, s, retains its value from the instant of removal (see “Pore fluid flow properties,” Section 21.7.1).

Elements with a user-defined material type can be removed and reactivated; user subroutines UMAT and UMATHT are not called while the elements are inactive. On reactivation the stresses and strains in user subroutine UMAT are set to zero, and conductivity and heat fluxes defined in user subroutine UMATHT are ramped up from zero during the reactivation step. Solution-dependent state variables must be reset in user subroutine UMAT, UMATHT, or SDVINI, which will be called on reactivation.
Elements

Removal is not currently supported for rigid, cohesive, gasket, and piezoelectric elements. All other element types in Abaqus/Standard can be removed and reactivated. See “Choosing the appropriate element for an analysis type,” Section 22.1.3.
Output

Output is not available for elements or contact surfaces that have been removed. Inactive elements and contact surfaces are visible in Abaqus/CAE.
Input file template

*HEADING

*STEP
*STATIC

** Remove all elements in element set SIDE
*MODEL CHANGE, REMOVE
SIDE,
** Remove contact pair (SLAVE1, MASTER1)
*MODEL CHANGE, TYPE=CONTACT PAIR, REMOVE
SLAVE1, MASTER1

*END STEP
**
*STEP
*STATIC

** Reactivate elements in element set SIDE
*MODEL CHANGE, ADD=STRAIN FREE
SIDE,
** Reactivate contact pair (SLAVE1, MASTER1)
*MODEL CHANGE, TYPE=CONTACT PAIR, ADD
SLAVE1, MASTER1

*END STEP
回复 不支持

使用道具 举报

发表于 2010-7-7 21:19:39 | 显示全部楼层 来自 奥地利
我也弄明白啦
回复 不支持

使用道具 举报

发表于 2010-7-20 16:17:14 | 显示全部楼层 来自 奥地利
首先声明,涉及接触的问题一般都是很复杂的,我对这方面还不了解。从运行后提供的信息来看,你主要的错误来源,不是你上边列出的那个warning,而是下边的这些warning,也给出了一些提示。一般情况下,*Model change, ...
blueshell 发表于 2008-9-11 19:08


我也碰到这样的问题了,怎么解决啊?
回复 不支持

使用道具 举报

发表于 2010-8-3 10:01:05 | 显示全部楼层 来自 广东江门
学习了,thanks!
回复 不支持

使用道具 举报

发表于 2010-8-8 18:48:54 | 显示全部楼层 来自 陕西西安
果真是高手,佩服佩服。
回复 不支持

使用道具 举报

发表于 2011-4-21 15:14:35 | 显示全部楼层 来自 重庆沙坪坝区
真是好东西啊,多谢楼主
回复 不支持

使用道具 举报

发表于 2011-8-3 15:22:00 | 显示全部楼层 来自 湖北宜昌
这是我用直接用生死单元,没有设置跟踪单元计算一个土坝的填筑过程,结果竖直向位移如图,变化规律差不多,但是还是不准,
                                                                  

而用了跟踪单元以后,算出来的竖直向位移如下图

                                                              
这个感觉差距还要大,怎么坝顶的位移竟然是最大的,按理说施工填筑好了以后坝顶的位移很小,最大位移发生在坝体中部,这个还不如之前直接用生死单元算的好,我的inp文件好像设置的没错,希望楼主和各位帮帮忙,看看!
这是我修改后的inp文件

忘了说一句,我的模型用了自定义材料,邓肯张模型,需要加载子程序


在此,先谢谢各位啦!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复 不支持

使用道具 举报

发表于 2011-8-5 14:35:57 | 显示全部楼层 来自 天津
楼主你好,拜读了帖子大有收获,小弟搞复合材料的断裂失效,用生死单元来模拟复合材料中纤维的拉断或脱粘等失效情况,想知道生死单元能不能实现在特定情况下,比如纤维应力达到其极限强度就通过控制生死单元杀死之,现在只理解到可以随载荷步控制生死,不知是否有途径可以实现有特定条件的控制,谢谢楼主!
回复 不支持

使用道具 举报

发表于 2011-9-5 14:48:40 | 显示全部楼层 来自 江苏镇江
不错,刚刚看了下,这个问题刚好是我最近要研究的~~
回复 不支持

使用道具 举报

发表于 2012-3-15 15:52:12 | 显示全部楼层 来自 北京
太值得学习了,厉害
回复 不支持

使用道具 举报

发表于 2012-3-17 18:51:52 | 显示全部楼层 来自 陕西西安
下载下来看看
回复 不支持

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-28 07:58 , Processed in 0.054317 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表